Ignore:
Timestamp:
Sep 4, 2017, 1:21:19 PM (7 years ago)
Author:
Bruno Cornec
Message:

Fix pb.conf old usage

  • Fix build for pod doc
  • Fix remaining ref to pb.conf
File:
1 edited

Legend:

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

    r2287 r2289  
    107107Mandriva, Open SuSE and Fedora have all the same "rpm" type of build system. Ubuntu and Debian have the same "deb" type of build system.
    108108And "fc" is the extension generated for all Fedora packages (Version will be added by pb).
    109 All this information is stored in an external configuration file typically at /etc/pb/pb.conf
     109All this information is stored in an external configuration file typically at /etc/pb/pb.yml
    110110
    111111When passing the distribution name and version as parameters, the B<pb_distro_init> function returns the parameter of that distribution instead of the underlying one.
     
    643643            my $dirdest = "";
    644644            my $reponame = "";
    645             # TODO: could go in pb.conf in fact
     645            # TODO: could go in pb.yml in fact
    646646            if ($pbos->{install} =~ /\byum\b/) {
    647647                $reponame="yum";
Note: See TracChangeset for help on using the changeset viewer.