From 964928e282650025b4cec8b6aa3f09c13b1002ad Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 17 Jun 2017 10:03:47 +0200 Subject: [PATCH] setup-all-dchroots: add buster Signed-off-by: Aurelien Jarno --- modules/schroot/files/setup-all-dchroots | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 2.20.1