From: Aurelien Jarno Date: Sat, 6 Jul 2019 11:52:41 +0000 (+0200) Subject: setup-all-dchroots: add bullseye X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=58e31feb4bc56e87ef61c4c92cc1a091ad02d76a;hp=8a2c31a09133358ec6d85b2c458bfb7f36a1a7be;p=mirror%2Fdsa-puppet.git setup-all-dchroots: add bullseye --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index c6efbb17e..f70de6576 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -31,10 +31,10 @@ 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 }