mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
Build machine to pick up latest buildall.pl every time.
This commit is contained in:
parent
ec7888859c
commit
c7984ffdac
2 changed files with 12 additions and 10 deletions
|
|
@ -11,7 +11,7 @@ use JSON;
|
|||
|
||||
sub writelog {
|
||||
my ($msg) = @_;
|
||||
|
||||
|
||||
open(LOG, ">>/tmp/postpush.log") or die "Could not create postpush.log";
|
||||
flock(LOG, 2) or die "Could not lock postpush.log";
|
||||
print LOG sprintf("%s %s\n", strftime("%Y/%m/%d %H.%M.%S", localtime), $msg);
|
||||
|
|
@ -40,9 +40,10 @@ if ($child) {
|
|||
} else {
|
||||
# child process
|
||||
close(STDIN); close(STDOUT); close(STDERR);
|
||||
exec 'perl /var/lib/nethserver/ibay/githubhook/buildall.pl >/tmp/buildall.log';
|
||||
system 'wget https://raw.githubusercontent.com/vishaps/voc/v2docs/src/tools/make/buildall.pl';
|
||||
exec 'perl buildall.pl >/tmp/buildall.log';
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
print header(),
|
||||
start_html("Vishap Oberon github post push web hook."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue