Merge lp:~cjwatson/launchpad/better-upload-error-notifications into lp:launchpad
Proposed by
Colin Watson
on 2016-11-17
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merged at revision: | 18472 | ||||
| Proposed branch: | lp:~cjwatson/launchpad/better-upload-error-notifications | ||||
| Merge into: | lp:launchpad | ||||
| Diff against target: |
438 lines (+129/-76) 11 files modified
lib/lp/archiveuploader/changesfile.py (+16/-10) lib/lp/archiveuploader/dscfile.py (+10/-6) lib/lp/archiveuploader/nascentupload.py (+3/-1) lib/lp/archiveuploader/tests/nascentupload.txt (+19/-23) lib/lp/archiveuploader/tests/nascentuploadfile.txt (+4/-0) lib/lp/archiveuploader/tests/test_changesfile.py (+19/-13) lib/lp/archiveuploader/tests/test_nascentuploadfile.py (+3/-1) lib/lp/archiveuploader/tests/test_sync_notification.py (+2/-1) lib/lp/archiveuploader/tests/test_uploadprocessor.py (+40/-2) lib/lp/archiveuploader/uploadprocessor.py (+12/-17) lib/lp/soyuz/doc/distroseriesqueue-translations.txt (+1/-2) |
||||
| To merge this branch: | bzr merge lp:~cjwatson/launchpad/better-upload-error-notifications | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2016-11-17 | Approve on 2017-07-24 |
|
Review via email:
|
|||
Commit Message
Send proper email notifications about most failures to parse the .changes file.
Description of the Change
We can now send email notifications to the signer as long as we have a signature, even if the signing key is deactivated. If the .changes file is sufficiently parseable then we'll notify other relevant people as well.
To post a comment you must log in.
review:
Approve
(code)
lp:~cjwatson/launchpad/better-upload-error-notifications
updated
on 2017-09-17
- 18266. By Colin Watson on 2017-09-17
-
Merge devel.
- 18267. By Colin Watson on 2017-09-17
-
GPGKey.active is non-nullable, so simplify SignableTagFile
.parse. - 18268. By Colin Watson on 2017-09-17
-
Rename SignableTagFile
.verifySignatur e to SignableTagFile ._verifySignatu re and add a comment about its behaviour with deactivated keys.
