rev 18962 - kde-extras/icecream/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Tue Sep 20 15:20:56 UTC 2011


Author: fabo
Date: 2011-09-20 15:20:56 +0000 (Tue, 20 Sep 2011)
New Revision: 18962

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/icecc.conf
   kde-extras/icecream/trunk/debian/icecc.default
Log:
Fix typo: ICECC_ALLOW_REMOTE.

Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2011-09-20 15:18:07 UTC (rev 18961)
+++ kde-extras/icecream/trunk/debian/changelog	2011-09-20 15:20:56 UTC (rev 18962)
@@ -1,3 +1,9 @@
+icecc (0.9.7-4) unstable; urgency=low
+
+  * Fix typo: ICECC_ALLOW_REMOTE.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 17 Sep 2011 16:26:59 +0300
+
 icecc (0.9.7-3) unstable; urgency=low
 
   * Add ICECREAM_ALLOW_REMOTE support.

Modified: kde-extras/icecream/trunk/debian/icecc.conf
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.conf	2011-09-20 15:18:07 UTC (rev 18961)
+++ kde-extras/icecream/trunk/debian/icecc.conf	2011-09-20 15:20:56 UTC (rev 18962)
@@ -11,35 +11,35 @@
 ICECC_LOG_FILE="/var/log/iceccd.log"
 
 #
-# Identification for the network the scheduler and daemon run on. 
+# Identification for the network the scheduler and daemon run on.
 # You can have several distinct icecc networks in the same LAN
 # for whatever reason.
 #
 # ICECC_NETNAME=""
 ICECC_NETNAME=""
 
-# 
+#
 # You can overwrite here the number of jobs to run in parallel. Per
-# default this depends on the number of (virtual) CPUs installed. 
+# 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".
+# also sets ICECC_ALLOW_REMOTE="no".
 #
 # ICECC_MAX_JOBS=""
 ICECC_MAX_JOBS=""
 
-# 
+#
 # Specifies whether jobs submitted by other nodes are allowed to run on
 # this one.
 #
-# ICECREAM_ALLOW_REMOTE="yes"
-ICECREAM_ALLOW_REMOTE="yes"
+# ICECC_ALLOW_REMOTE="yes"
+ICECC_ALLOW_REMOTE="yes"
 
 #
 # This is the directory where the icecc 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 icecc has to write to it.
-# 
+#
 # ICECC_BASEDIR="/var/cache/icecc"
 ICECC_BASEDIR="/var/cache/icecc"
 
@@ -50,7 +50,7 @@
 ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
 
 #
-# If the daemon can't find the scheduler by broadcast (e.g. because 
+# If the daemon can't find the scheduler by broadcast (e.g. because
 # of a firewall) you can specify it.
 #
 # ICECC_SCHEDULER_HOST=""

Modified: kde-extras/icecream/trunk/debian/icecc.default
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.default	2011-09-20 15:18:07 UTC (rev 18961)
+++ kde-extras/icecream/trunk/debian/icecc.default	2011-09-20 15:20:56 UTC (rev 18962)
@@ -20,35 +20,35 @@
 ICECC_LOG_FILE="/var/log/iceccd.log"
 
 #
-# Identification for the network the scheduler and daemon run on. 
+# Identification for the network the scheduler and daemon run on.
 # You can have several distinct icecc networks in the same LAN
 # for whatever reason.
 #
 # ICECC_NETNAME=""
 ICECC_NETNAME=""
 
-# 
+#
 # 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".
+# also sets ICECC_ALLOW_REMOTE="no".
 #
 # ICECC_MAX_JOBS=""
 ICECC_MAX_JOBS=""
 
-# 
+#
 # Specifies whether jobs submitted by other nodes are allowed to run on
 # this one.
 #
-# ICECREAM_ALLOW_REMOTE="yes"
-ICECREAM_ALLOW_REMOTE="yes"
+# ICECC_ALLOW_REMOTE="yes"
+ICECC_ALLOW_REMOTE="yes"
 
 #
 # This is the directory where the icecc 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 icecc has to write to it.
-# 
+#
 # ICECC_BASEDIR="/var/cache/icecc"
 ICECC_BASEDIR="/var/cache/icecc"
 
@@ -65,7 +65,7 @@
 ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
 
 #
-# If the daemon can't find the scheduler by broadcast (e.g. because 
+# If the daemon can't find the scheduler by broadcast (e.g. because
 # of a firewall) you can specify it.
 #
 # ICECC_SCHEDULER_HOST=""




More information about the pkg-kde-commits mailing list