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:
aa499a4
)
setup-all-dchroots: sparc removed from sid
author
Julien Cristau
<jcristau@debian.org>
Mon, 27 Jul 2015 05:42:36 +0000
(07:42 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Mon, 27 Jul 2015 05:42:36 +0000
(07:42 +0200)
Signed-off-by: Julien Cristau <jcristau@debian.org>
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
df469db
..
1da5795
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-43,12
+43,9
@@
fi
get_suites() {
case "$1" in
- ia64|s390)
+ ia64|s390
|sparc
)
echo "wheezy"
;;
- sparc)
- echo "sid wheezy"
- ;;
arm64|ppc64el)
echo "sid stretch jessie"
;;