From: Aurelien Jarno Date: Sat, 17 Jun 2017 08:03:47 +0000 (+0200) Subject: setup-all-dchroots: add buster X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=964928e282650025b4cec8b6aa3f09c13b1002ad;p=mirror%2Fdsa-puppet.git setup-all-dchroots: add buster Signed-off-by: Aurelien Jarno --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 92e5e59a9..ce26d205b 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -44,13 +44,13 @@ fi get_suites() { case "$1" in amd64|i386|armel|armhf) - echo "sid stretch jessie wheezy" + echo "sid buster stretch jessie wheezy" ;; kfreebsd-*) echo "sid jessie" ;; mips64el) - echo "sid stretch" + echo "sid buster stretch" ;; powerpc) echo "sid jessie" @@ -61,7 +61,7 @@ get_suites() { ia64) ;; *) - echo "sid stretch jessie" + echo "sid buster stretch jessie" ;; esac }