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:
cb799ac
)
setup-all-dchroots: wheezy is gone, jessie is limited to LTS architectures
author
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 24 Jun 2018 21:15:05 +0000
(23:15 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 24 Jun 2018 21:15:05 +0000
(23:15 +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
42e3a29
..
6e08179
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-50,16
+50,13
@@
fi
get_suites() {
case "$1" in
amd64|i386|armel|armhf)
- echo "sid buster stretch jessie wheezy"
- ;;
- mips64el)
- echo "sid buster stretch"
+ echo "sid buster stretch jessie"
;;
powerpc)
- echo "sid
jessie
"
+ echo "sid"
;;
*)
- echo "sid buster stretch
jessie
"
+ echo "sid buster stretch"
;;
esac
}