From: Aurelien Jarno Date: Tue, 13 Feb 2018 07:47:40 +0000 (+0100) Subject: setup-all-dchroots: get rid of kfreebsd and ppc64 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ade9637f7f6c3fb062aba1c5abe4c1dfe4360b45;p=mirror%2Fdsa-puppet.git setup-all-dchroots: get rid of kfreebsd and ppc64 Signed-off-by: Aurelien Jarno --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 4e71f1f17..4de0f8363 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -46,18 +46,12 @@ get_suites() { amd64|i386|armel|armhf) echo "sid buster stretch jessie wheezy" ;; - kfreebsd-*) - echo "sid jessie" - ;; mips64el) echo "sid buster stretch" ;; powerpc) echo "sid jessie" ;; - ppc64) - echo "sid" - ;; *) echo "sid buster stretch jessie" ;;