projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37182cf
)
no stretch for kfreebsd
author
Peter Palfrader
<peter@palfrader.org>
Wed, 6 May 2015 06:20:52 +0000
(08:20 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 6 May 2015 06:23:01 +0000
(08:23 +0200)
modules/schroot/files/setup-all-dchroots
patch
|
blob
|
history
diff --git
a/modules/schroot/files/setup-all-dchroots
b/modules/schroot/files/setup-all-dchroots
index
6204dbd
..
552385c
100755
(executable)
--- 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"
;;