Changeset 2312 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Sep 6, 2017, 9:08:46 PM (7 years ago)
Author:
Bruno Cornec
Message:

pb_cms_init becomes pb_vcs_init to be used in env_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2303 r2312  
    11811181    }
    11821182
    1183     my ($scheme, $uri) = pb_cms_init($pbinit,$param);
     1183    my ($scheme, $uri) = pb_vcs_init($pbinit,$param);
    11841184
    11851185    # We need 2 lines here
     
    35383538
    35393539    # Need this call for PBDIR
    3540     my ($scheme2,$uri) = pb_cms_init($pbinit);
     3540    my ($scheme2,$uri) = pb_vcs_init($pbinit);
    35413541
    35423542    my ($pbconf,$pbprojurl) = pb_conf_get("pbconfurl","pbprojurl");
     
    43004300            my $chglog;
    43014301
    4302             pb_cms_init($pbinit);
     4302            pb_vcs_init($pbinit);
    43034303            # Get project info on log file and generate tmp files used later on
    43044304            $chglog = "$ENV{'PBROOTDIR'}/$pbpkg/pbcl";
Note: See TracChangeset for help on using the changeset viewer.