Changeset 2254 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder


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

Automatically modify v0 filter files into v1 format

Location:
devel/pb-modules/lib/ProjectBuilder
Files:
2 edited

Legend:

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

    r2253 r2254  
    3030 
    3131our @ISA = qw(Exporter);
    32 our @EXPORT = qw(pb_conf_init pb_conf_add pb_conf_read pb_conf_read_if pb_conf_write pb_conf_get pb_conf_get_if pb_conf_get_all pb_conf_get_hash pb_conf_cache);
    33 ($VERSION,$REVISION) = pb_version_init();
     32our @EXPORT = qw(pb_conf_init pb_conf_add pb_conf_read pb_conf_read_if pb_conf_write pb_conf_get pb_conf_get_if pb_conf_get_all pb_conf_get_hash pb_conf_cache pb_conf_update_v0);
     33($VERSION,$REVISION,$PBCONFVER) = pb_version_init();
    3434
    3535# Global hash of conf files
     
    9292
    9393  $ cat $HOME/.pbrc.yml
    94   ---
     94  --- %YAML 1.0
    9595    pbver:
    9696      - pb: 3
  • devel/pb-modules/lib/ProjectBuilder/VCS.pm

    r2202 r2254  
    492492=item B<pb_vcs_add_if_not_in>
    493493
    494 This function adds to a VCS content from a local directory if the content wasn't already managed under th VCS.
     494This function adds to a VCS content from a local directory if the content wasn't already managed under the VCS.
    495495The first parameter is the schema of the VCS systems (svn, cvs, svn+ssh, ...)
    496496The second parameter is a list of directory/file to add.
Note: See TracChangeset for help on using the changeset viewer.