mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
buildall needs to pull both before *and* after branch checkout.
This commit is contained in:
parent
021f1f0798
commit
5bac0c5818
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ unlink glob "log/*";
|
||||||
|
|
||||||
for my $machine (sort keys %machines) {
|
for my $machine (sort keys %machines) {
|
||||||
my ($login, $sudo, $dir, $mkcmd) = @{$machines{$machine}};
|
my ($login, $sudo, $dir, $mkcmd) = @{$machines{$machine}};
|
||||||
my $cmd = "ssh $login \"cd $dir && $sudo git pull && $sudo git checkout -f $branch && $sudo $mkcmd\" ";
|
my $cmd = "ssh $login \"cd $dir && $sudo git pull && $sudo git checkout -f $branch && $sudo git pull && $sudo $mkcmd\" ";
|
||||||
logged($cmd, $machine);
|
logged($cmd, $machine);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue