Changeset 2259 in ProjectBuilder


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

Return from Env.pm early enough if command is updateconf

Location:
devel
Files:
2 edited

Legend:

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

    r2258 r2259  
    344344pb_log(1,"PBBUILDDIR: $ENV{'PBBUILDDIR'}\n");
    345345
    346 return if ($action =~ /^clean$/);
     346return if ($action =~ /^(clean|updateconf)$/);
    347347#
    348348# The following part is only useful when in sbx|cms2something or newsomething
  • devel/pb/bin/pb

    r2258 r2259  
    10951095        $fyml =~ s/\.pb/.yml/;
    10961096        $fyml =~ s/\.pbrc/.pbrc.yml/;
    1097         pb_update_conf_v0($f,$fyml);
     1097        pb_conf_update_v0($f,$fyml);
    10981098    }
    10991099} elsif ($action =~ /^getconf$/) {
Note: See TracChangeset for help on using the changeset viewer.