From: Aurelien Jarno Date: Sun, 6 Nov 2016 22:34:34 +0000 (+0100) Subject: setup-all-dchroots: powerpc/stretch is gone X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5905a749d7ea24bdf1d035280fd3d7ba72e643a9;p=mirror%2Fdsa-puppet.git setup-all-dchroots: powerpc/stretch is gone Signed-off-by: Aurelien Jarno --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index c75722287..48601a163 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -52,6 +52,9 @@ get_suites() { mips64el) echo "sid stretch" ;; + powerpc) + echo "sid jessie" + ;; ppc64) echo "sid" ;;