updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / icecream1 / icecream.conf
blob349171ed8795ee5f919b4acebb5252150daeb39f
2 ## Type: integer(0:19)
3 ## Path: Applications/icecream
4 ## Description: Icecream settings
5 ## ServiceRestart: icecream
6 ## Default: 5
8 # Nice level of running compilers
10 ICECREAM_NICE_LEVEL="5"
13 ## Type: string
14 ## Path: Applications/icecream
15 ## Defaut: /var/log/iceccd
17 # icecream daemon log file
19 ICECREAM_LOG_FILE="/var/log/iceccd"
22 ## Type: string
23 ## Path: Applications/icecream
24 ## Defaut: /var/log/icecc_scheduler
26 # icecream scheduler log file
28 ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
31 ## Type: string
32 ## Path: Applications/icecream
33 ## Defaut: ""
35 # Identification for the network the scheduler and daemon run on. 
36 # You can have several distinct icecream networks in the same LAN
37 # for whatever reason.
39 ICECREAM_NETNAME=""
42 ## Type: string
43 ## Path: Applications/icecream
44 ## Defaut: ""
46 # If the daemon can't find the scheduler by broadcast (e.g. because 
47 # of a firewall) you can specify it.
49 ICECREAM_SCHEDULER_HOST=""
52 ## Type: integer
53 ## Path: Applications/icecream
54 ## Defaut: ""
55
56 # You can overwrite here the number of jobs to run in parallel. Per
57 # default this depends on the number of (virtual) CPUs installed. 
59 # Note: a value of "0" is actually interpreted as "1", however it
60 # also sets ICECREAM_ALLOW_REMOTE="no".
62 ICECREAM_MAX_JOBS=""
65 ## Type: yesno
66 ## Path: Applications/icecream
67 ## Defaut: "yes"
68
69 # Specifies whether jobs submitted by other nodes are allowed to run on
70 # this one.
72 ICECREAM_ALLOW_REMOTE="yes"
75 ## Type: string
76 ## Path: Applications/icecream
77 ## Default: "/var/cache/icecream"
79 # This is the directory where the icecream daemon stores the environments
80 # it compiles in. In a big network this can grow quite a bit, so use some
81 # path if your /tmp is small - but the user icecream has to write to it.
82
83 ICECREAM_BASEDIR="/var/cache/icecream"