Enable googlecode recipes again.

This commit is contained in:
Donald Ephraim Curtis 2014-11-25 06:55:20 -08:00
parent e1329d43d6
commit 3c9cdba0d7

View file

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