setup-all-dchroots: add bullseye
[mirror/dsa-puppet.git] / modules / schroot / files / setup-all-dchroots
index ec98163..f70de65 100755 (executable)
 get_suites() {
     case "$1" in
       amd64|i386|armel|armhf)
-        echo "sid buster stretch jessie"
+        echo "sid bullseye buster stretch jessie"
         ;;
       *)
-        echo "sid buster stretch"
+        echo "sid bullseye buster stretch"
         ;;
     esac
 }
@@ -142,7 +142,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"