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


Ignore:
Timestamp:
May 21, 2010, 3:29:59 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Adds rbsopt parameter + doc to allow for passing options to rpmbootstrap such as -k now by default.
  • Mandriva VE are now working (tested with 2010.0 + package list fixed)
File:
1 edited

Legend:

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

    r963 r1027  
    216216=item B<pb_conf_fromfile_if>
    217217
    218 This function returns a pointer on a table, corresponding to a merge of values querried in the conf file and the pointer on another table passed as parameter. It takes a table of keys as last input parameter.
     218This function returns a pointer on a table, corresponding to a merge of values queried in the conf file and the pointer on another table passed as parameter. It takes a table of keys as last input parameter.
    219219
    220220  my ($k1) = pb_conf_fromfile_if("$HOME/.pbrc",undef,"pbver","pblist");
Note: See TracChangeset for help on using the changeset viewer.