mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 20:22:24 +00:00
Fix postpush buildall script to force checkout of updated buildall.
This commit is contained in:
parent
aea81809e6
commit
f5ae1af37d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ if ($buildneeded) {
|
||||||
} else {
|
} else {
|
||||||
close(STDIN); close(STDOUT); close(STDERR); # child process
|
close(STDIN); close(STDOUT); close(STDERR); # child process
|
||||||
system 'echo Syncing voc>postpush.log';
|
system 'echo Syncing voc>postpush.log';
|
||||||
system '(cd voc; git pull; git checkout ' . $branch . ') >>postpush.log';
|
system '(cd voc; git pull; git checkout -f ' . $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;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue