SOURCES: icecream.sysconfig (NEW) - use our sysconfig, with VERBOSITY option

paszczus paszczus at pld-linux.org
Tue Sep 9 15:38:26 CEST 2008


Author: paszczus                     Date: Tue Sep  9 13:38:26 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use our sysconfig, with VERBOSITY option

---- Files affected:
SOURCES:
   icecream.sysconfig (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/icecream.sysconfig
diff -u /dev/null SOURCES/icecream.sysconfig:1.1
--- /dev/null	Tue Sep  9 15:38:26 2008
+++ SOURCES/icecream.sysconfig	Tue Sep  9 15:38:20 2008
@@ -0,0 +1,101 @@
+#
+## Type: integer(0:19)
+## Path: Applications/icecream
+## Description: Icecream settings
+## ServiceRestart: icecream
+## Default: 5
+#
+# Nice level of running compilers
+#
+ICECREAM_NICE_LEVEL="5"
+
+#
+## Type: string
+## Path: Applications/icecream
+## Defaut: /var/log/iceccd
+#
+# icecream daemon log file
+#
+ICECREAM_LOG_FILE="/var/log/iceccd"
+
+#
+## Type: string
+## Path: Applications/icecream
+## Defaut: no
+#
+# Start also the scheduler?
+#
+ICECREAM_RUN_SCHEDULER="no"
+
+#
+## Type: string
+## Path: Applications/icecream
+## Defaut: /var/log/icecc_scheduler
+#
+# icecream scheduler log file
+#
+ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
+
+#
+## Type: string
+## Path: Applications/icecream
+## Defaut: -v
+#
+# icecream's level of verbosity ([-v[v[v]]])
+#
+ICECREAM_VERBOSITY="-v"
+
+#
+## Type: string
+## Path: Applications/icecream
+## Defaut: ""
+#
+# Identification for the network the scheduler and daemon run on. 
+# You can have several distinct icecream networks in the same LAN
+# for whatever reason.
+#
+ICECREAM_NETNAME=""
+
+#
+## Type: string
+## Path: Applications/icecream
+## Defaut: ""
+#
+# If the daemon can't find the scheduler by broadcast (e.g. because 
+# of a firewall) you can specify it.
+#
+ICECREAM_SCHEDULER_HOST=""
+
+#
+## Type: integer
+## Path: Applications/icecream
+## Defaut: ""
+# 
+# You can overwrite here the number of jobs to run in parallel. Per
+# default this depends on the number of (virtual) CPUs installed. 
+#
+# Note: a value of "0" is actually interpreted as "1", however it
+# also sets ICECREAM_ALLOW_REMOTE="no".
+#
+ICECREAM_MAX_JOBS=""
+
+#
+## Type: yesno
+## Path: Applications/icecream
+## Defaut: "yes"
+# 
+# Specifies whether jobs submitted by other nodes are allowed to run on
+# this one.
+#
+ICECREAM_ALLOW_REMOTE="yes"
+
+#
+## Type: string
+## Path: Applications/icecream
+## Default: "/var/cache/icecream"
+#
+# This is the directory where the icecream daemon stores the environments
+# it compiles in. In a big network this can grow quite a bit, so use some
+# path if your /tmp is small - but the user icecream has to write to it.
+# 
+ICECREAM_BASEDIR="/var/cache/icecream"
================================================================


More information about the pld-cvs-commit mailing list