Lines Matching refs:branch
39 print " -b s, --branch=s\n";
40 print " Use the s branch for links to copyright files, instead\n";
51 my $branch = "trunk";
70 'b|branch=s' => sub { shift; $branch = shift; $branch = "branches/$branch"; },
119 <title>JDS copyright file report for $branch in $repo</title>
123 <b>JDS package copyright report for $branch in $repo</b><p>
138 print "<td bgcolor=#aaffaa><a href=\"http://src.opensolaris.org/source/xref/jds/${repo}/${branch}/copyright/${copyright_files{$spec}}\">$copyright_files{$spec}</a></td>\n";