Changeset 2466 in ProjectBuilder


Ignore:
Timestamp:
Jan 18, 2020, 11:54:53 PM (4 years ago)
Author:
Bruno Cornec
Message:

Restore account env var after call to pb_parallel_launchv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2464 r2466  
    279279
    280280sbx2build + build2ve with a potential build of all necessary docker containers to perform it
     281
     282=item B<build2docker>
     283
     284build2ve with a potential build of all necessary docker containers to perform it
    281285
    282286=item B<sbx2rm>
     
    42434247
    42444248# These build scripts need to be run as root and force stop of VM at end
     4249my $svgac = $ENV{'PBACCOUNT'};
    42454250$ENV{'PBACCOUNT'} = "root";
    42464251
     
    42504255pb_parallel_launchv(\%pbscript,$vtype,uc($vtype)."Script".$sbx,$pbstep,$pbimage,$pbforce,0,$pbsnap);
    42514256
     4257$ENV{'PBACCOUNT'} = $svgac;
    42524258return;
    42534259}
Note: See TracChangeset for help on using the changeset viewer.