Changeset 2085 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
Apr 29, 2016, 5:32:31 PM (8 years ago)
Author:
Bruno Cornec
Message:

Adds targets sbx2prrp (prep alone doesn't call it)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2084 r2085  
    875875} elsif ($action =~ /^build2vm$/) {
    876876    pb_build2v("vm","build");
     877} elsif ($action =~ /^sbx2preprm$/) {
     878    pb_cms2build("SandBox");
     879    pb_build2v("rm","prep");
     880} elsif ($action =~ /^sbx2prepve$/) {
     881    pb_cms2build("SandBox");
     882    pb_build2v("ve","prep");
     883} elsif ($action =~ /^sbx2prepvm$/) {
     884    pb_cms2build("SandBox");
     885    pb_build2v("vm","prep");
    877886} elsif ($action =~ /^preprm$/) {
    878887    pb_build2v("rm","prep");
     
    40794088                $pbtag = "0";
    40804089                my $ntag .= strftime("%Y%m%d*", @date);
    4081                 $nver = $pbver."_p$ntag";
    4082                 $pbver .= $ntag;
     4090                $nver = $pbver."_p$ntag*";
     4091                $pbver .= "$ntag*";
    40834092            } else {
    40844093                $nver = $pbver."-r$pbtag";
Note: See TracChangeset for help on using the changeset viewer.