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:
111a533
)
Create mips64el chroots on Loongson 3 buildds, II
author
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 26 Aug 2015 15:48:57 +0000
(17:48 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 26 Aug 2015 15:48:57 +0000
(17:48 +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
f528b3b
..
70bfd77
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-100,7
+100,7
@@
case `hostname` in
archs="$archs mipsel"
;;
mipsel)
- if grep -w "Loongson-3" /proc/cpuinfo ; then
+ if grep -w "Loongson-3"
-q
/proc/cpuinfo ; then
archs="$archs mips64el"
fi
;;