Changeset 1540 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
May 13, 2012, 1:03:52 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • vmmonport is now optional
  • vmmem is also now really optional (wasn't working before as wasn't correctly tested)
  • We are allowed to kill the sleep during VMs wait without it aborting the process
  • newv(e|m) doesn't require execution of cms2build before being available
  • Fix another git support error introduced earlier
File:
1 edited

Legend:

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

    r1528 r1540  
    12101210    umask 0022;
    12111211    return(\%filteredfiles, \%supfiles, \%defpkgdir, \%extpkgdir);
     1212} elsif ($action =~ /^newv/) {
     1213    # No PBDESTDIR yet so doing nothing
     1214    return;
    12121215} else {
    12131216    # Setup the variables from what has been stored at the end of cms2build
Note: See TracChangeset for help on using the changeset viewer.