From: Peter Palfrader Date: Wed, 6 May 2015 06:20:52 +0000 (+0200) Subject: no stretch for kfreebsd X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6bf847670dfca76b545ec50a488d1f7f97da1409;p=mirror%2Fdsa-puppet.git no stretch for kfreebsd --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 6204dbd6c..552385c9b 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -58,6 +58,9 @@ get_suites() { amd64|i386) echo "sid stretch jessie wheezy squeeze" ;; + kfreebsd-*) + echo "sid jessie wheezy" + ;; *) echo "sid stretch jessie wheezy" ;;