Changeset 2267 in ProjectBuilder for devel/pb


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)

Location:
devel/pb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2262 r2267  
    10951095        $fyml =~ s/\.pb/.yml/;
    10961096        $fyml =~ s/\.pbrc/.pbrc.yml/;
    1097         pb_conf_update_v0($f,$fyml);
     1097        pb_vcs_conf_update_v0($f,$fyml);
    10981098    }
    10991099} elsif ($action =~ /^getconf$/) {
  • 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.