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:
497692f
)
setup-all-dchroots: add buster
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 17 Jun 2017 08:03:47 +0000
(10:03 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 17 Jun 2017 08:03:47 +0000
(10:03 +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
92e5e59
..
ce26d20
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-44,13
+44,13
@@
fi
get_suites() {
case "$1" in
amd64|i386|armel|armhf)
- echo "sid stretch jessie wheezy"
+ echo "sid
buster
stretch jessie wheezy"
;;
kfreebsd-*)
echo "sid jessie"
;;
mips64el)
- echo "sid stretch"
+ echo "sid
buster
stretch"
;;
powerpc)
echo "sid jessie"
@@
-61,7
+61,7
@@
get_suites() {
ia64)
;;
*)
- echo "sid stretch jessie"
+ echo "sid
buster
stretch jessie"
;;
esac
}