Changeset 2267 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Conf.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-modules/lib/ProjectBuilder/Conf.pm

    r2266 r2267  
    1919use ProjectBuilder::Base;
    2020use ProjectBuilder::Version;
    21 use ProjectBuilder::VCS;
    2221
    2322# Inherit from the "Exporter" module which handles exporting functions.
     
    594593close(ORIG);
    595594close(DEST);
    596 # Adding this new file to VCS (not removing the previous one)
    597 my ($pburl) = pb_conf_get("pburl");
    598 my ($scheme, $account, $host, $port, $path) = pb_get_uri($pburl->{$ENV{'PBPROJ'}});
    599 pb_vcs_add_if_not_in($scheme,$dest);
    600595return();
    601596}
Note: See TracChangeset for help on using the changeset viewer.