Changeset 2267 in ProjectBuilder for devel/pb/bin/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)

File:
1 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$/) {
Note: See TracChangeset for help on using the changeset viewer.