- Timestamp:
- Nov 10, 2010, 1:52:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1098 r1102 482 482 pb_cms2build("CMS"); 483 483 pb_build2ssh(); 484 } elsif ($action =~ /^sbx s2ssh$/) {484 } elsif ($action =~ /^sbx2ssh$/) { 485 485 pb_cms2build("SandBox"); 486 486 pb_build2ssh(); … … 1314 1314 # Not mandatory... 1315 1315 my ($rbsconf,$testver,$delivery) = pb_conf_get_if($conf,"testver","delivery"); 1316 $delivery->{$ENV{'PBPROJ'}} = "" if (not defined $delivery->{$ENV{'PBPROJ'}}); 1316 1317 my ($vtmout,$vepath); 1317 1318 # ...Except those in virtual context … … 1377 1378 rm -rf headers/ repodata/ 1378 1379 # Create yum repo 1379 yum-arch . 1380 if [ -x /usr/bin/yum-arch ]; then 1381 yum-arch . 1382 fi 1380 1383 # Create repodata 1381 1384 createrepo .
Note:
See TracChangeset
for help on using the changeset viewer.