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/Distribution.pm

    r2136 r2152  
    132132# the location of the conf file is finalyzed at install time
    133133# depending whether we deal with package install or tar file install
     134
     135pb_conf_add(pb_distro_sysconffile());
     136
     137# Similarly for the local file available for sysadmin. After the previous one to allow overwrite to work
    134138pb_conf_add(pb_distro_conffile());
    135 
    136 # Similarly for the local file available for sysadmin. After the previous one to allow overwrite to work
    137 pb_conf_add(pb_distro_sysconffile());
    138139
    139140# If we don't know which distribution we're on, then guess it
     
    739740=item B<pb_distro_conf_print>
    740741
    741 This function prints every configuration parameter in order to help debug stacking issues with conf files. If a VM/VE/RM is given restrict display to this distribution. Ifparameters are passed, restrict again the display to these values only.
     742This function prints every configuration parameter in order to help debug stacking issues with conf files. If a VM/VE/RM is given, restrict display to this distribution. If parameters are passed, restrict again the display to these values only.
    742743
    743744=cut
Note: See TracChangeset for help on using the changeset viewer.