From f47b80b1cc803af059fab77925483a63d11a9ab0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 19 Jun 2017 14:49:40 +0200 Subject: [PATCH] autodist-update: disable icecc to workaround some problems --- etc/cron.hourly/60-autodist-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/cron.hourly/60-autodist-update b/etc/cron.hourly/60-autodist-update index 6d695d1..196e832 100755 --- a/etc/cron.hourly/60-autodist-update +++ b/etc/cron.hourly/60-autodist-update @@ -8,6 +8,9 @@ ME=`basename $0` +# Disable icecc +export PATH=/usr/bin:$PATH + # FIXME: parametrize automaint call if [ ! "$AUTOPORT_UPDATE_NO_AUTOMAINT" ]; then automaint -s devel-autodist -d devel -p devel-makedist