Changeset 2286 in ProjectBuilder for devel


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

Some small doc fixes

Location:
devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.yml.pod

    r2285 r2286  
    1212=head1 SYNOPSIS
    1313
    14 Those files have the same format, which is near from a perl hash structure:
    15 keyword key = value1[,value2,...]
     14Those files have the same format, which is YAML starting after v0.14 of pb.
     15
     16keyword:
     17  key: value1[,value2,...]
     18
     19(Before it was using: keyword key = value1[,value2,...])
    1620
    1721The key could be also default, in which case it will be used as a default value if no more precise content is given for the key.
     
    389393 Value: Version of the perl module that needs to be found on CPAN.
    390394 Conffile: pb
    391  Example: Date-Manip = 5.54
     395 Example: osperlver Date-Manip = 5.54
    392396
    393397=item B<ospkg>
     
    421425 Value: the perl regular expression used to parse the B<osrelambfile> in order to extract from it the version of the distribution (in parenthesis to allow its usage as $1 by perl)
    422426 Conffile: pb
    423 osrelexpr rhel = Red Hat (?:Enterprise Linux|Linux Advanced Server) .*release ([0-9.]+).* \(
    424  Example:
     427 Example: osrelexpr rhel = Red Hat (?:Enterprise Linux|Linux Advanced Server) .*release ([0-9.]+).* \(
    425428
    426429=item B<osrelfile>
     
    534537 Value: file or pkg. Indicates how pb will be installed during the setupve|vm phase in the virtual environment|machine, using CPAN files or upstream packages. Only the dev team needs to use file as packages do not yet exist for it. Or when no repository exists to pull project-builder.org from.
    535538 Conffile: pb
     539 Example: pbinstalltype default = pkg
    536540
    537541=item B<pbml>
  • devel/pb/bin/pb

    r2284 r2286  
    474474
    475475None exists for the moment.
    476 
    477 =head1 ENVIRONMENT VARIABLES
    478 
    479 =item B<PBACCOUNT>   
    480 
    481 Login to use to connect to the VM/RM, undef by default
    482 
    483 =back
    484476
    485477=head1 CONFIGURATION FILES
Note: See TracChangeset for help on using the changeset viewer.