Changeset 2322 in ProjectBuilder


Ignore:
Timestamp:
Sep 9, 2017, 1:27:29 AM (7 years ago)
Author:
Bruno Cornec
Message:

Add a sbx2prep command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2319 r2322  
    217217
    218218sbx2pkg + final install of packages
     219
     220=item B<sbx2prep>
     221
     222sbx2build + build2prep
    219223
    220224=item B<build2ssh>
     
    888892    pb_cms2build("SandBox");
    889893} elsif ($action =~ /^build2prep/) {
     894    pb_build2prep();
     895} elsif ($action =~ /^sbx2prep/) {
     896    pb_cms2build("SandBox");
    890897    pb_build2prep();
    891898} elsif ($action =~ /^build2pkg/) {
Note: See TracChangeset for help on using the changeset viewer.