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:
4868551
)
Revert "stretch does not debootstrap right now"
author
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Apr 2015 15:32:54 +0000
(17:32 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Apr 2015 15:32:54 +0000
(17:32 +0200)
This reverts commit
4868551bb3d417a37199a1f88e19ca77f1786a5d
.
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
66fd9eb
..
6204dbd
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 jessie wheezy"
+ echo "sid
stretch
jessie wheezy"
;;
ia64|s390)
echo "wheezy"
@@
-53,13
+53,13
@@
get_suites() {
echo "sid wheezy"
;;
arm64|ppc64el)
- echo "sid jessie"
+ echo "sid
stretch
jessie"
;;
amd64|i386)
- echo "sid jessie wheezy squeeze"
+ echo "sid
stretch
jessie wheezy squeeze"
;;
*)
- echo "sid jessie wheezy"
+ echo "sid
stretch
jessie wheezy"
;;
esac
}