Home | History | Annotate | Download | only in BuildSlaveSupport

Lines Matching refs:branch

65     my ($url, $branch);
73 ($branch) = ($url =~ m/\/webkit\/(trunk|branches\/[^\/]+)/);
74 die "Unable to determine current SVN branch in $sourceDir" unless (defined $branch);
75 $branch =~ s/^branches\///;
76 return $branch;
82 my $branch = currentBranch();
86 my $branchFile = "$nightlyLauncherStagingPath/Contents/Resources/BRANCH";
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
104 print OUT "$branch\n";
115 print "Branch: ", $b, "\n";