Make parallel_build_all script skip googlecode.

This commit is contained in:
Melpa 2014-11-06 21:38:13 -08:00
parent 378fe14c66
commit 4db2005e9d

View file

@ -19,7 +19,7 @@ function build_all {
# grep --files-with-match wiki recipes/* | xargs make -j1 &
make SLEEP=2 -j1 $(grep --files-with-match wiki recipes/*) &
# grep --files-without-match wiki recipes/* | xargs make -j4 &
make -j4 $(grep --files-without-match wiki recipes/*) &
make -j4 $(grep --files-without-match googlecode $(grep --files-without-match wiki recipes/*)) &
wait
echo '{"completed":' `unix_timestamp` '}' > ${MELPA_WWW}/build-status.json