Merge lp:~abentley/launchpad/upload-failure-email-log into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Paul Hummer on 2010-09-21 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11610 |
| Proposed branch: | lp:~abentley/launchpad/upload-failure-email-log |
| Merge into: | lp:launchpad |
| Diff against target: |
100 lines (+22/-6) 3 files modified
lib/canonical/launchpad/emailtemplates/build-request.txt (+1/-0) lib/lp/code/mail/sourcepackagerecipebuild.py (+3/-0) lib/lp/code/mail/tests/test_sourcepackagerecipebuild.py (+18/-6) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/upload-failure-email-log |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Paul Hummer (community) | 2010-09-21 | Approve on 2010-09-21 | |
|
Review via email:
|
|||
Commit Message
Fix bug #613958: upload failure emails should include the upload log
Description of the Change
= Summary =
This branch fixes bug bug #613958: upload failure emails should include the
upload log.
== Proposed fix ==
Include the upload log in the email
== Pre-implementation notes ==
None
== Implementation details ==
None
== Tests ==
bin/test -t test_generateEm
== Demo and Q/A ==
Request a build with a debversion that has already been built.
The failure email should include the upload log.
= Launchpad lint =
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/canonical
lib/lp/
./lib/lp/
5: E303 too many blank lines (3)
./lib/lp/
5: E303 too many blank lines (3)
30: W291 trailing whitespace
39: W291 trailing whitespace
40: W291 trailing whitespace
41: W291 trailing whitespace
42: W291 trailing whitespace
45: E302 expected 2 blank lines, found 1
30: Line has trailing whitespace.
39: Line has trailing whitespace.
40: Line has trailing whitespace.
41: Line has trailing whitespace.
42: Line has trailing whitespace.
