From c3bb6b836a86f120a93ddddbdc1c989c802da642 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 24 Jun 2018 23:15:05 +0200 Subject: [PATCH] setup-all-dchroots: wheezy is gone, jessie is limited to LTS architectures --- modules/schroot/files/setup-all-dchroots | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 } -- 2.20.1