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:
4c99b2a
)
Stop creating wheezy chroots except on amd64, armel, armhf and i386
author
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 6 Jun 2016 21:29:10 +0000
(23:29 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 6 Jun 2016 21:29:10 +0000
(23:29 +0200)
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
4e5b53c
..
666afd9
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-43,17
+43,11
@@
fi
get_suites() {
case "$1" in
- ia64|s390|sparc)
- echo "wheezy"
- ;;
- arm64|ppc64el)
- echo "sid stretch jessie"
- ;;
- amd64|i386)
+ amd64|i386|armel|armhf)
echo "sid stretch jessie wheezy"
;;
kfreebsd-*)
- echo "sid jessie
wheezy
"
+ echo "sid jessie"
;;
mips64el)
echo "sid"
@@
-62,7
+56,7
@@
get_suites() {
echo "sid"
;;
*)
- echo "sid stretch jessie
wheezy
"
+ echo "sid stretch jessie"
;;
esac
}