Changeset 2152 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Conf.pm


Ignore:
Timestamp:
Dec 23, 2016, 2:21:42 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in the loading order of the 2 generic conf files files which were reversed
  • Document in Conf.pm the order in which all conf files are loaded
File:
1 edited

Legend:

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

    r2077 r2152  
    6565
    6666=head1 USAGE
     67
     68The configuration files are loaded in a specific order from most generic to the most specific
     69to allow for overwrite to work:
     70
     711. /usr/share/pb/pb.conf    - the read-only system conf file provided by install
     722. /etc/pb/pb.conf          - the same global conf file given to the sysadmin in order to make system wide modifications
     733. /path/to/project.pb      - Configuration file for the project we're building for
     744. /(vm|ve|rm)path/to/.pbrc - configuration file for VM, VE or RM specific parameters. Cumulative should be orthogonal
     755. $HOME/.pbrc              - user's configuration file
    6776
    6877=over 4
Note: See TracChangeset for help on using the changeset viewer.