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


Ignore:
Timestamp:
Nov 3, 2013, 10:24:55 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • rename function pb_conf_print into pb_distro_conf_print and place it in the right module to handle distribution input for filtering base on it. pb now uses it
File:
1 edited

Legend:

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

    r1694 r1795  
    399399}
    400400
    401 
    402 =item B<pb_conf_print>
    403 
    404 This function prints every configuration parameter in order to help debug stacking issues with conf files
    405 
    406 =cut
    407 
    408 sub pb_conf_print {
    409 
    410 pb_log(0,"Full pb configuration for project $ENV{'PBPROJ'}\n");
    411 pb_log(0,"====================================\n");
    412 foreach my $k (pb_conf_get_all()) {
    413     pb_log(0,"$k => ".Dumper($h->{$k})."\n");
    414 }
    415 }
    416401=back
    417402
Note: See TracChangeset for help on using the changeset viewer.