← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~lamont/launchpad/sigill into lp:launchpad/devel

 

LaMont Jones has proposed merging lp:~lamont/launchpad/sigill into lp:launchpad/devel.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)


launchpad-buildd updates for SIGILL to not automatically retry the build
-- 
https://code.launchpad.net/~lamont/launchpad/sigill/+merge/40569
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~lamont/launchpad/sigill into lp:launchpad/devel.
=== modified file 'lib/canonical/buildd/binarypackage.py'
--- lib/canonical/buildd/binarypackage.py	2010-07-13 09:13:41 +0000
+++ lib/canonical/buildd/binarypackage.py	2010-11-10 19:12:50 +0000
@@ -19,9 +19,7 @@
 class BuildLogRegexes:
     """Build log regexes for performing actions based on regexes, and extracting dependencies for auto dep-waits"""
     GIVENBACK = [
-        (" terminated by signal 4"),
         ("^E: There are problems and -y was used without --force-yes"),
-        ("^make.* Illegal instruction"),
         ]
     DEPFAIL = [
         ("(?P<pk>[\-+.\w]+)\(inst [^ ]+ ! >> wanted (?P<v>[\-.+\w:~]+)\)","\g<pk> (>> \g<v>)"),