Changeset 2292 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
Sep 4, 2017, 1:21:22 PM (7 years ago)
Author:
Bruno Cornec
Message:

Moves documentation aruond directories to pod file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Env.pm

    r2287 r2292  
    222222# Detect the root dir for hosting all the content generated with pb
    223223#
    224 =pod
    225 
    226  Tree will look like this:
    227 
    228              maint pbdefdir                         PBDEFDIR            dev dir (optional)
    229                   |                                                        |
    230             ------------------------                                --------------------
    231             |                      |                                |                  |
    232          pbproj1                pbproj2             PBPROJ       pbproj1           pbproj2   PBPROJDIR
    233             |                                                       |
    234   ---------------------------------------------                ----------
    235   *      *        *       |        |          |                *        *
    236  tag    dev    pbconf    ...    pbbuild  pbdelivery PBCONFDIR dev      tag                 
    237   |               |                         |       PBDESTDIR           |
    238   ---          ------                    pbrc.yml   PBBUILDDIR       -------
    239     |          |    |                                                |     |
    240    1.1        dev  tag                                              1.0   1.1                PBDIR
    241                     |
    242                  -------
    243                  |     |
    244                 1.0   1.1                           PBROOTDIR
    245                        |
    246                ----------------------------------
    247                |          |           |         |
    248              pkg1      pbproj1.yml   pbfilter   pbcl
    249                |
    250         -----------------
    251         |      |        |
    252        rpm    deb    pbfilter
    253 
    254 
    255  (*) By default, if no relocation in .pbrc.yml, dev dir is taken in the maint pbdefdir (when appropriate)
    256  Names under a pbproj and the corresponding pbconf should be similar
    257 
    258 =back
    259 
    260 =cut
     224# Cf Directory structure in pb.yml.pod
    261225
    262226my ($pbdefdir) = pb_conf_get_if("pbdefdir");
Note: See TracChangeset for help on using the changeset viewer.