Changeset 1102 in ProjectBuilder
- Timestamp:
- Nov 10, 2010, 1:52:09 AM (15 years ago)
- Location:
- devel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r1071 r1102 180 180 ($release) = $tmp =~ m/$distro_match->{$d}/m; 181 181 } else { 182 print STDERR "Unable to find $d version in $r \n";182 print STDERR "Unable to find $d version in $r (non-ambiguous)\n"; 183 183 print STDERR "Please report to the maintainer bruno_at_project-builder.org\n"; 184 184 $release = "unknown"; … … 215 215 } 216 216 if ($found == 0) { 217 print STDERR "Unable to find $d version in $r \n";217 print STDERR "Unable to find $d version in $r (ambiguous)\n"; 218 218 print STDERR "Please report to the maintainer bruno_at_project-builder.org\n"; 219 219 $release = "unknown"; -
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.