Home | History | Annotate | Download | only in Scripts

Lines Matching refs:branch

36 # $branch = "branch-name";
64 my %validBranches = map { $_ => 1 } qw(feature-branch trunk);
65 my $branch = $Settings::branch;
82 "b|branch=s" => \$branch,
93 $branch = "feature-branch" if $branch eq "feature";
94 if (!exists $validBranches{$branch}) {
95 print STDERR "ERROR: Invalid branch '$branch'\n";
103 [-b|--branch name] name of the nightly build branch (default: trunk)
116 my $nightlyBuildsURLBase = $nightlyWebSite . File::Spec->catdir("/builds", $branch, "mac");
117 my $nightlyFilesURLBase = $nightlyWebSite . File::Spec->catdir("/files", $branch, "mac");
123 $nightlyDownloadDirectory = File::Spec->catdir($nightlyDownloadDirectory, $branch);
287 our $branch = "trunk";