Changeset 1648 in ProjectBuilder


Ignore:
Timestamp:
Sep 27, 2012, 2:28:54 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • setupve needs the sourcing of the project conf file.
File:
1 edited

Legend:

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

    r1601 r1648  
    304304#
    305305
    306 if ($action =~ /^(cms2|sbx2|newver|pbinit|newproj|announce|checkssh|cleanssh|getconf)/) {
     306if ($action =~ /^(cms2|sbx2|newver|pbinit|newproj|announce|checkssh|cleanssh|getconf|setupve)/) {
    307307
    308308    #
     
    336336    pb_conf_add("$ENV{'PBROOTDIR'}/$ENV{'PBPROJ'}.pb") if (-f "$ENV{'PBROOTDIR'}/$ENV{'PBPROJ'}.pb");
    337337
    338     return if ($action =~ /^(newver|getconf)$/);
     338    return if ($action =~ /^(newver|getconf|setupve)$/);
    339339
    340340    my %version = ();
Note: See TracChangeset for help on using the changeset viewer.