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:
8a2c31a
)
setup-all-dchroots: add bullseye
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 6 Jul 2019 11:52:41 +0000
(13:52 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 6 Jul 2019 11:52:41 +0000
(13:52 +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
c6efbb1
..
f70de65
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-31,10
+31,10
@@
get_suites() {
case "$1" in
amd64|i386|armel|armhf)
- echo "sid buster stretch jessie"
+ echo "sid bu
llseye bu
ster stretch jessie"
;;
*)
- echo "sid buster stretch"
+ echo "sid bu
llseye bu
ster stretch"
;;
esac
}