Changeset 169 in ProjectBuilder for devel/pb/bin


Ignore:
Timestamp:
Oct 2, 2007, 12:14:05 AM (17 years ago)
Author:
Bruno Cornec
Message:

Support global filter gfiles (taken before package specific ones)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r168 r169  
    568568        # and launch the build thourgh pbscript
    569569        pb_send2ssh("Script","$v",$vmexist,"vmhost","vmlogin","pbrc","vmport");
     570
    570571    }
    571572}
     
    749750    print "pb (aka project-builder) Version $projectbuilderver-$projectbuilderrev\n";
    750751    print "\n";
    751     print "Syntax: pb [-vhqt][-r pbroot][-p project][[-s script -a account] -m \"mach-1[,...]\"] <action> [<pkg1>...]\n";
     752    print "Syntax: pb [-vhqt][-r pbroot][-p project][[-s script -a account -P port] -m \"mach-1[,...]\"] <action> [<pkg1>...]\n";
    752753    print "\n";
    753754    print "-h : This help file\n";
     
    781782    print "\tbuild2pkg: Create packages for your running distribution  \n";
    782783    print "\n";
     784    print "\tcms2pkg:   cms2build + build2pkg\n";
     785    print "\n";
    783786    print "\tbuild2ssh: Send the tar files to a SSH host               \n";
    784787    print "\n";
    785788    print "\tpkg2ssh:   Send the packages built to a SSH host          \n";
    786     print "\n";
    787     print "\tcms2pkg:   cms2build + build2pkg\n";
    788789    print "\n";
    789790    print "\tbuild2vm:  Create packages in VMs, launching them if needed\n";
     
    791792    print "\t           VM type supported are QEMU            \n";
    792793    print "\n";
     794    print "\tcms2vm:    cms2build + build2vm\n";
     795    print "\n";
    793796    print "\tlaunchvm:  Launch one virtual machine\n";
    794797    print "\n";
     
    796799    print "\t           and executes a script on it                 \n";
    797800    print "\n";
    798     print "\tcms2vm:    cms2build + build2vm\n";
    799     print "\n";
    800 }
     801}
Note: See TracChangeset for help on using the changeset viewer.