mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
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
afb4a20090
commit
4ccdc1def3
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user