Changeset 221 in ProjectBuilder for 0.8.5/pb/bin/pb


Ignore:
Timestamp:
Oct 15, 2007, 2:26:09 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix problem building in RPM_BUILD_ROOT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 0.8.5/pb/bin/pb

    r219 r221  
    124124    pb_build2pkg();
    125125} elsif ($action =~ /^build2ssh$/) {
     126    pb_build2ssh();
     127} elsif ($action =~ /^cms2ssh$/) {
     128    pb_cms2build();
    126129    pb_build2ssh();
    127130} elsif ($action =~ /^pkg2ssh$/) {
     
    855858    print "\tbuild2ssh: Send the tar files to a SSH host               \n";
    856859    print "\n";
     860    print "\tcms2ssh:   cms2build + build2ssh\n";
     861    print "\n";
    857862    print "\tpkg2ssh:   Send the packages built to a SSH host          \n";
    858863    print "\n";
Note: See TracChangeset for help on using the changeset viewer.