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>)"),
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp