From: Travis Cross Date: Wed, 11 Jun 2014 01:05:36 +0000 (+0000) Subject: Override config on cowbuilder update X-Git-Tag: v1.5.13~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ccdc1def3a01759884d21d30a69948bd6dec2f8;p=thirdparty%2Ffreeswitch.git Override config on cowbuilder update This allows new settings, e.g. new mirrors, to propagate into the chroot images. --- diff --git a/debian/util.sh b/debian/util.sh index b01cf0a3e8..61e10633c7 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -302,7 +302,7 @@ build_debs () { fi announce "Updating base $distro-$arch image..." local x=30 - while ! cow --update; do + while ! cow --update --override-config; do [ $x -lt 1 ] && break; sleep 120; x=$((x-1)) done announce "Building $distro-$arch DEBs from $dsc..."