Reenable most builds.

This commit is contained in:
David Brown 2016-07-01 21:08:45 +01:00
parent b7871e1927
commit bb519dc27a
2 changed files with 8 additions and 7 deletions

View file

@ -38,6 +38,7 @@ if ($child) {
} else {
close(STDIN); close(STDOUT); close(STDERR); # child process
unlink "buildall.pl";
sleep 5; # Leave time for the push to complete. (Yuk!)
system 'wget https://raw.githubusercontent.com/vishaps/voc/v2docs/src/tools/make/buildall.pl';
exec 'perl buildall.pl >/tmp/buildall.log';
exit;