From: Julien Cristau <jcristau@debian.org>
Date: Mon, 27 Jul 2015 05:42:36 +0000 (+0200)
Subject: setup-all-dchroots: sparc removed from sid
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e98e16fa743d1a9249cb37b8468a7dd8ba5b46dc;p=dsa-puppet.git

setup-all-dchroots: sparc removed from sid

Signed-off-by: Julien Cristau <jcristau@debian.org>
---

diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots
index df469dbd..1da57957 100755
--- a/modules/schroot/files/setup-all-dchroots
+++ b/modules/schroot/files/setup-all-dchroots
@@ -43,12 +43,9 @@ fi
 
 get_suites() {
     case "$1" in
-      ia64|s390)
+      ia64|s390|sparc)
         echo "wheezy"
         ;;
-      sparc)
-        echo "sid wheezy"
-        ;;
       arm64|ppc64el)
         echo "sid stretch jessie"
         ;;