From d50e08ac3fb5bef8dbd5e0e6babb41a473ce0524 Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 6 Jul 2016 18:55:56 +0100 Subject: [PATCH] Buildall.pl script switched to master branch. --- src/tools/make/buildall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/make/buildall.pl b/src/tools/make/buildall.pl index c290b942..ed290b81 100755 --- a/src/tools/make/buildall.pl +++ b/src/tools/make/buildall.pl @@ -4,7 +4,7 @@ use warnings; use POSIX "strftime"; use Cwd; -my $branch = "v2docs"; +my $branch = "master"; my %machines = ( "pi" => ['pi@pie', "sudo", "projects/oberon/vishap/voc"],