X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=df469dbdb7dbc040864640860acef019a14dd929;hb=d8092dac8d43bc6d789c26cf7e1862d5464e9b39;hp=6204dbd6c7476d86fa043dfac9aebf0cc25314a1;hpb=0d6f826cc0aa7e06d33126eb97fb6daafbbfff03;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 6204dbd6c..df469dbdb 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -43,9 +43,6 @@ fi get_suites() { case "$1" in - armhf|s390x) - echo "sid stretch jessie wheezy" - ;; ia64|s390) echo "wheezy" ;; @@ -58,6 +55,9 @@ get_suites() { amd64|i386) echo "sid stretch jessie wheezy squeeze" ;; + kfreebsd-*) + echo "sid jessie wheezy" + ;; *) echo "sid stretch jessie wheezy" ;;