mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
postpushpl fix buildall parameter (yes, again).
This commit is contained in:
parent
0d988a8ea0
commit
d43279d053
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ if ($buildneeded) {
|
|||
close(STDIN); close(STDOUT); close(STDERR); # child process
|
||||
system 'echo Syncing voc>postpush.log';
|
||||
system '(cd voc; git pull; git checkout ' . $branch . ') >>postpush.log';
|
||||
exec 'perl voc/src/tools/make/buildall.pl $branch >/tmp/buildall.log';
|
||||
exec 'perl voc/src/tools/make/buildall.pl ' . $branch . ' >/tmp/buildall.log';
|
||||
exit;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue