Changeset 2267 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Filter.pm


Ignore:
Timestamp:
Aug 30, 2017, 5:07:48 PM (7 years ago)
Author:
Bruno Cornec
Message:

the function to update v0 conf into v1 is now used in VCS.pm to allow
to add files generated into VCS without poluting Conf. with it
(hierarchy issues)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Filter.pm

    r2266 r2267  
    9595        my $fyml = $f;
    9696        $fyml =~ s/\.pbf/.yml/;
    97         pb_conf_update_v0($f,$fyml);
     97        pb_vcs_conf_update_v0($f,$fyml);
    9898        push(@ffiles, $fyml);
    9999    }
Note: See TracChangeset for help on using the changeset viewer.