From 24ae878ac0d2a9b5d6a3297314017c4bea8b2219 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 11 Jun 2014 01:05:36 +0000 Subject: [PATCH] Override config on cowbuilder update This allows new settings, e.g. new mirrors, to propagate into the chroot images. --- debian/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/util.sh b/debian/util.sh index af89c9b3a9..e752f70db0 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..."