Changeset 1113 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
Nov 23, 2010, 3:45:03 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Presentation update after HP internal presentation
  • Fix a bug when building for non VCS hosted projects, we need to return in pb_cms_compliant earlier in that case and not go through the check out phase.
  • Remove ref to web commands which do not exist anymore
File:
1 edited

Legend:

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

    r1097 r1113  
    286286return if ($action =~ /^clean$/);
    287287
    288 if (($action =~ /^cms2/) || ($action =~ /^sbx2/) || ($action =~ /^newver$/) || ($action =~ /pbinit/) || ($action =~ /^newproj$/) || ($action =~ /^announce/) || ($action =~ /^web/)) {
     288if (($action =~ /^cms2/) || ($action =~ /^sbx2/) || ($action =~ /^newver$/) || ($action =~ /pbinit/) || ($action =~ /^newproj$/) || ($action =~ /^announce/)) {
    289289
    290290    #
Note: See TracChangeset for help on using the changeset viewer.