From 0d6f826cc0aa7e06d33126eb97fb6daafbbfff03 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 26 Apr 2015 17:32:54 +0200 Subject: [PATCH] Revert "stretch does not debootstrap right now" This reverts commit 4868551bb3d417a37199a1f88e19ca77f1786a5d. --- modules/schroot/files/setup-all-dchroots | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 66fd9ebb0..6204dbd6c 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 jessie wheezy" + echo "sid stretch jessie wheezy" ;; ia64|s390) echo "wheezy" @@ -53,13 +53,13 @@ get_suites() { echo "sid wheezy" ;; arm64|ppc64el) - echo "sid jessie" + echo "sid stretch jessie" ;; amd64|i386) - echo "sid jessie wheezy squeeze" + echo "sid stretch jessie wheezy squeeze" ;; *) - echo "sid jessie wheezy" + echo "sid stretch jessie wheezy" ;; esac } -- 2.20.1