Make autobuild use latest changed branch.

This commit is contained in:
David Brown 2016-07-21 12:39:10 +01:00
parent c21975dc2a
commit 61eb8199d4
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,8 @@ use Cwd;
my $branch = "master";
if (defined($ARGV[0]) && ($ARGV[0] ne "")) {$branch = $ARGV[0]}
my %machines = (
"pi" => ['pi@pie', "sudo", "projects/oberon/vishap/voc", "make full"],
"darwin" => ['dave@dcb', "sudo", "projects/oberon/vishap/voc", "make full"],