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:
1c22fc5
)
Always create mips64el chroot on mipsel buildds
author
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 5 May 2016 23:02:24 +0000
(
01:02
+0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 5 May 2016 23:02:24 +0000
(
01:02
+0200)
All our mipsel build daemons are now capable of running mips64el
binaries. In addition we have mips64el capables build daemons which
are not using a Loongson 3 CPU.
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
7bc1a97
..
4e5b53c
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-100,9
+100,7
@@
case `hostname` in
archs="$archs mipsel"
;;
mipsel)
- if grep -w "Loongson-3" -q /proc/cpuinfo ; then
- archs="$archs mips64el"
- fi
+ archs="$archs mips64el"
;;
s390|s390x)
archs="s390 s390x"