X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=2bf8a5454cfa2ea9fabdde03340fe0a771145940;hb=2ca340df04500fd2887bf401502e8b3d17598e35;hp=ec98163d51d28a3e1ee658e3859ad57f7c4ed9a2;hpb=eca327168ba1959055374ffa0314dbaa33afb32f;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index ec98163d5..2bf8a5454 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -31,10 +31,13 @@ get_suites() { case "$1" in amd64|i386|armel|armhf) - echo "sid buster stretch jessie" + echo "sid bullseye buster stretch jessie" + ;; + mips) + echo "buster stretch" ;; *) - echo "sid buster stretch" + echo "sid bullseye buster stretch" ;; esac } @@ -142,7 +145,7 @@ fi # get list of archs based on dpkg architecture ########## DPKGARCH=$(dpkg --print-architecture) -archs="DPKGARCH" +archs="$DPKGARCH" case "$DPKGARCH" in amd64) archs="$archs i386"