Override config on cowbuilder update
This allows new settings, e.g. new mirrors, to propagate into the chroot images.
This commit is contained in:
parent
5eb3a7ebb0
commit
24ae878ac0
|
@ -302,7 +302,7 @@ build_debs () {
|
||||||
fi
|
fi
|
||||||
announce "Updating base $distro-$arch image..."
|
announce "Updating base $distro-$arch image..."
|
||||||
local x=30
|
local x=30
|
||||||
while ! cow --update; do
|
while ! cow --update --override-config; do
|
||||||
[ $x -lt 1 ] && break; sleep 120; x=$((x-1))
|
[ $x -lt 1 ] && break; sleep 120; x=$((x-1))
|
||||||
done
|
done
|
||||||
announce "Building $distro-$arch DEBs from $dsc..."
|
announce "Building $distro-$arch DEBs from $dsc..."
|
||||||
|
|
Loading…
Reference in New Issue