aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: b3e24c4235c2db0212784aa2a81150d7cd6a323c (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"
{
} no

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