Changeset 2466 in ProjectBuilder
- Timestamp:
- Jan 18, 2020, 11:54:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r2464 r2466 279 279 280 280 sbx2build + build2ve with a potential build of all necessary docker containers to perform it 281 282 =item B<build2docker> 283 284 build2ve with a potential build of all necessary docker containers to perform it 281 285 282 286 =item B<sbx2rm> … … 4243 4247 4244 4248 # These build scripts need to be run as root and force stop of VM at end 4249 my $svgac = $ENV{'PBACCOUNT'}; 4245 4250 $ENV{'PBACCOUNT'} = "root"; 4246 4251 … … 4250 4255 pb_parallel_launchv(\%pbscript,$vtype,uc($vtype)."Script".$sbx,$pbstep,$pbimage,$pbforce,0,$pbsnap); 4251 4256 4257 $ENV{'PBACCOUNT'} = $svgac; 4252 4258 return; 4253 4259 }
Note:
See TracChangeset
for help on using the changeset viewer.