Changeset 1795 in ProjectBuilder for devel/pb


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/bin/pb

    r1792 r1795  
    417417=item B<getconf>
    418418
    419 Print the full configuration parameters as found in the various configuration files. help to debug conf issues.
     419Print the full configuration parameters as found in the various configuration files. Help to debug conf issues.
     420Also accepts a parameter to display only this value, and a VM/VE/RM
    420421
    421422=item B<clean>
     
    946947    # Nothing to do - already done in pb_env_init
    947948} elsif ($action =~ /^getconf$/) {
    948     my $pbos = pb_distro_get_context();
    949     pb_conf_print();
     949    my $pbos = pb_distro_get_context($ENV{'PBV'});
     950    pb_log(1,"Arguments to print:".Dumper(@ARGV)."\n");
     951    pb_distro_conf_print($pbos,@ARGV);
    950952} elsif ($action =~ /^clean$/) {
    951953    pb_clean();
Note: See TracChangeset for help on using the changeset viewer.