aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: f08a70d17149381147542b74fafb0aaacb07f10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Parameter definitions for thorn Formaline
# $Header$



BOOLEAN announce_to_portal "Announce to the portal"
{
} yes

STRING portal_hostname "Portal host name"
{
  "" :: ""
} "portal.cct.lsu.edu"

INT portal_port "Portal port"
{
  1:65535 :: ""
} 9296

STRING portal_username "User name on the portal"
{
  "" :: ""
} ""



BOOLEAN output_source "Output a tarball with the cactus source tree"
{
} yes

SHARES: IO

USES STRING out_dir