Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
Sep 4, 2007, 8:51:58 PM (17 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    107107With that minimal configuration, you may begin to test project-builder. Try to produce a compressed tar file of your project.
    108108{{{
    109 export PBPROJ=linuxcoe
    110 pb -r `pwd` cms2build
     109$ export PBPROJ=linuxcoe
     110$ pb -r `pwd` cms2build
    111111}}}
    112112The export order will allow you to avoid precising all the time to pb that you work on the linuxcoe project. If you prefer, you can invoke pb as follows:
     
    116116or make a shell alias, or whatever is convenient for you.
    117117
    118 The -r option is needed at start to create the pbrc file you mentioned in your .pbrc configuration file initially. After that first invocation, you will only need to call it again, if you change of version you want to generate.
     118The -r option is needed at start to create the pbrc file you mentioned in your .pbrc configuration file initially. After that first invocation, you will only need to call it again, if you change the version you want to generate.
     119
     120cms2build is generally the first action pb will be asked to execute as it will produce a compressed tar ball from your Confoguration Management System repository. pb is CMS agnostic, and can currently handle friendly SVN and CVS, and can be easily adapted to support others.
     121
     122As a result of your commands you should see something like that:
     123{{{
     124}}}
    119125
    120126