mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
I'm still making a mess of the auto build scripts.
This commit is contained in:
parent
bde475c384
commit
da1ad6e871
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ unlink glob "log/*";
|
|||
|
||||
for my $machine (sort keys %machines) {
|
||||
my ($login, $sudo, $dir, $mkcmd) = @{$machines{$machine}};
|
||||
my $cmd = "ssh $login \"cd $dir && git checkout -f && perl src/tools/make/getbranch.sh $branch && $sudo $mkcmd\" ";
|
||||
my $cmd = "ssh $login \"cd $dir && git checkout -f && src/tools/make/getbranch.sh $branch && $sudo $mkcmd\" ";
|
||||
logged($cmd, $machine);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue