X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=2bf8a5454cfa2ea9fabdde03340fe0a771145940;hb=cac487301d0cca450782f71990f10d66ccfac8f1;hp=c6efbb17e85e7072e0bd019861dd0eaef61b0092;hpb=8de5a6e04165cf8b64e2b3f582484236864f0e27;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index c6efbb17e..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 }