summaryrefslogtreecommitdiffstats
path: root/puppet/modules
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@digia.com>2014-09-16 07:01:57 +0300
committerTony Sarajärvi <tony.sarajarvi@digia.com>2014-09-16 08:10:06 +0200
commitb194054f3ad92da20fffbbf89f169f101d6024c8 (patch)
treec495c782c22adb90a0bd09ad863ecb7c4d1de8fd /puppet/modules
parent254acad3547025556ee5484b91d7b8b41a2bb83e (diff)
Icecream: Disable on startup
There is a doubt that our installation doesn't work correctly, so this will disable the icecream so that we will see if it makes any difference in build times. Change-Id: I12068153adf47d568ded2039c9e29d49bd836d15 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
Diffstat (limited to 'puppet/modules')
-rw-r--r--puppet/modules/icecc/files/ubuntu/etc/default/icecc2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/icecc/files/ubuntu/etc/default/icecc b/puppet/modules/icecc/files/ubuntu/etc/default/icecc
index da17279..a9260de 100644
--- a/puppet/modules/icecc/files/ubuntu/etc/default/icecc
+++ b/puppet/modules/icecc/files/ubuntu/etc/default/icecc
@@ -3,5 +3,5 @@
if test -f /etc/default/maybe_wait_for_real_hostname; then
. /etc/default/maybe_wait_for_real_hostname
fi
-START_ICECC="true"
+START_ICECC="false"
START_ICECC_SCHEDULER="false"