From: Peter Palfrader Date: Sun, 27 Apr 2014 12:38:09 +0000 (+0200) Subject: No more testing for sparc X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a4ca906c7883f7398282351f1c6b3d82ce5f582;hp=16fc4ca2f8d503059fa321acaf04a1902f94d714;p=dsa-puppet.git No more testing for sparc --- diff --git a/modules/porterbox/files/setup-all-dchroots b/modules/porterbox/files/setup-all-dchroots index 665e2549..e483895a 100755 --- a/modules/porterbox/files/setup-all-dchroots +++ b/modules/porterbox/files/setup-all-dchroots @@ -39,6 +39,9 @@ get_suites() { s390) echo "wheezy squeeze" ;; + sparc) + echo "sid wheezy squeeze" + ;; *) echo "sid jessie wheezy squeeze" ;;