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:
e139f88
)
stretch does not debootstrap right now
author
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Apr 2015 08:17:30 +0000
(10:17 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Apr 2015 08:17:30 +0000
(10:17 +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
6204dbd
..
66fd9eb
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-44,7
+44,7
@@
fi
get_suites() {
case "$1" in
armhf|s390x)
- echo "sid
stretch
jessie wheezy"
+ echo "sid jessie wheezy"
;;
ia64|s390)
echo "wheezy"
@@
-53,13
+53,13
@@
get_suites() {
echo "sid wheezy"
;;
arm64|ppc64el)
- echo "sid
stretch
jessie"
+ echo "sid jessie"
;;
amd64|i386)
- echo "sid
stretch
jessie wheezy squeeze"
+ echo "sid jessie wheezy squeeze"
;;
*)
- echo "sid
stretch
jessie wheezy"
+ echo "sid jessie wheezy"
;;
esac
}