From: Peter Palfrader Date: Sun, 26 Apr 2015 08:17:30 +0000 (+0200) Subject: stretch does not debootstrap right now X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4868551bb3d417a37199a1f88e19ca77f1786a5d;p=dsa-puppet.git stretch does not debootstrap right now --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 6204dbd6..66fd9ebb 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -44,7 +44,7 @@ fi get_suites() { case "$1" in armhf|s390x) - echo "sid stretch jessie wheezy" + echo "sid jessie wheezy" ;; ia64|s390) echo "wheezy" @@ -53,13 +53,13 @@ get_suites() { echo "sid wheezy" ;; arm64|ppc64el) - echo "sid stretch jessie" + echo "sid jessie" ;; amd64|i386) - echo "sid stretch jessie wheezy squeeze" + echo "sid jessie wheezy squeeze" ;; *) - echo "sid stretch jessie wheezy" + echo "sid jessie wheezy" ;; esac }