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:
04d09e5
)
setup-all-dchroots: get rid of kfreebsd and ppc64
author
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 13 Feb 2018 07:47:40 +0000
(08:47 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 13 Feb 2018 07:47:40 +0000
(08:47 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
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
4e71f1f
..
4de0f83
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-46,18
+46,12
@@
get_suites() {
amd64|i386|armel|armhf)
echo "sid buster stretch jessie wheezy"
;;
- kfreebsd-*)
- echo "sid jessie"
- ;;
mips64el)
echo "sid buster stretch"
;;
powerpc)
echo "sid jessie"
;;
- ppc64)
- echo "sid"
- ;;
*)
echo "sid buster stretch jessie"
;;