From: Aurelien Jarno Date: Sun, 24 Jun 2018 21:15:05 +0000 (+0200) Subject: setup-all-dchroots: wheezy is gone, jessie is limited to LTS architectures X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=c3bb6b836a86f120a93ddddbdc1c989c802da642 setup-all-dchroots: wheezy is gone, jessie is limited to LTS architectures --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 42e3a2925..6e0817906 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -50,16 +50,13 @@ fi get_suites() { case "$1" in amd64|i386|armel|armhf) - echo "sid buster stretch jessie wheezy" - ;; - mips64el) - echo "sid buster stretch" + echo "sid buster stretch jessie" ;; powerpc) - echo "sid jessie" + echo "sid" ;; *) - echo "sid buster stretch jessie" + echo "sid buster stretch" ;; esac }