X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=f29d0a0f974e4382a823d8f5ff4279c94c92bcf9;hb=9f34d53b1c47698c9ccb273908aa818feb86f83b;hp=92e5e59a9bb526f9ab4ba4aee5e62b598f5d3e9b;hpb=4612e4d0e37493f79becfa45caf9adcd657ed7ca;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 92e5e59a9..f29d0a0f9 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" @@ -58,10 +58,8 @@ get_suites() { ppc64) echo "sid" ;; - ia64) - ;; *) - echo "sid stretch jessie" + echo "sid buster stretch jessie" ;; esac }