Changeset 1537 in ProjectBuilder for devel/pb/lib/ProjectBuilder/CMS.pm


Ignore:
Timestamp:
May 13, 2012, 11:55:55 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • pb: Set pb_stop_on_error, add option to continue through errors. Add documentation of the newproj, cms2build and build2pkg steps. Only try to apply patches if the apply script exists. Warn if we would prune to the first listed VM rather than ignoring later ones silently. Only try to sign changes files if they exist, and only try to sign things if there is something to sign. (Eric Anderson)
  • CMS.pm: provide stack trace on error. (Eric Anderson)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/CMS.pm

    r1535 r1537  
    391391if ((defined $testver) && (defined $testver->{$ENV{'PBPROJ'}}) && ($testver->{$ENV{'PBPROJ'}} =~ /true/i)) {
    392392    if (! -f "$dest/ChangeLog") {
    393         open(CL,"> $dest/ChangeLog") || die "Unable to create $dest/ChangeLog";
     393        open(CL,"> $dest/ChangeLog") || confess "Unable to create $dest/ChangeLog";
    394394        # We need a minimal version for debian type of build
    395395        print CL "\n";
Note: See TracChangeset for help on using the changeset viewer.