Changes between Version 6 and Version 7 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    2424Here are my .pbrc LinuxCOE relative entries:
    2525{{{
     26$ grep -E '^#|linuxcoe|default' ~/.pbrc
    2627#
    2728# Root of the temp file used to store info on the project
     
    4647}}}
    4748
    48 Should be obvious for the content.
    49 Then you have to go under the directory you planned to store the project you want to package (/users/bruno/LinuxCOE/cvs) and you have to create there a directory pbconf which will contain everything related to project-builder around your own project.
     49Should be obvious for the content. Note that the format is in general
    5050{{{
    51 cd /users/bruno/LinuxCOE/cvs
    52 mkdir pbconf
     51pb-keyword project = value
     52}}}
     53which means that here I named my project for pb linuxcoe (I can choose what I want be need to be consistent everywhere).
     54
     55Then you have to go under the directory you planned to store the project you want to package (/users/bruno/LinuxCOE/cvs) and you have to create there a directory pbconf which will contain everything related to project-builder around your own project. The pbrc file you indicated in the configuation file will be managed automatically by pb and you don't have to care of it. Just to reference where it will be, which will in turn give to project-builder the information of the project's directory.
     56{{{
     57$ cd /users/bruno/LinuxCOE/cvs
     58$ mkdir pbconf
     59}}}
     60
     61The main configuration file under pbconf should be named with the name of the project (the one used above in the .pbrc file) with the pb extension. the one created for LinuxCOE looks like that:
     62{{{
     63$ cat linuxcoe.pb
     64}}}
    5365
    5466== Concerning trac ==