From: Peter Palfrader Date: Sun, 27 Apr 2014 12:38:09 +0000 (+0200) Subject: No more testing for sparc X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4a4ca906c7883f7398282351f1c6b3d82ce5f582;p=mirror%2Fdsa-puppet.git No more testing for sparc --- diff --git a/modules/porterbox/files/setup-all-dchroots b/modules/porterbox/files/setup-all-dchroots index 665e25497..e483895a9 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" ;;