From: Peter Palfrader Date: Tue, 11 Aug 2015 13:37:59 +0000 (+0200) Subject: make ppc64 chroots on pizzetti, II X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=cad25f7efce73a602a67d5d1f6263403848e413a make ppc64 chroots on pizzetti, II --- 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