From 6bf847670dfca76b545ec50a488d1f7f97da1409 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 6 May 2015 08:20:52 +0200 Subject: [PATCH] no stretch for kfreebsd --- modules/schroot/files/setup-all-dchroots | 3 +++ 1 file changed, 3 insertions(+) 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" ;; -- 2.20.1