X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=7e534d4719a4098886aa33e1b560686800b27dd6;hp=1a036929bc23af5e500fa8dec1f4b6eaef988e9a;hb=cad25f7efce73a602a67d5d1f6263403848e413a;hpb=8dc30d565815fa2f9322a46bd3c44d12cddab79f diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 1a036929..7e534d47 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -69,7 +69,7 @@ extra="" case `hostname` in pizzetti) archs="ppc64" - extra="$extra -m http://debian-ports.org/debian-ports" + extra="$extra -m http://ftp.de.debian.org/debian-ports" extra="$extra -k /root/debian-ports-archive-2015.gpg" ;; *) @@ -114,7 +114,7 @@ do_one() { fi ;; porterbox) - if ! chronic setup-dchroot -f -a "$a" "$s" + if ! chronic setup-dchroot -f -a "$a" $extra "$s" then return 1 fi