Merge lp://staging/~jtv/launchpad/bug-569108 into lp://staging/launchpad
Proposed by
Jeroen T. Vermeulen
Status: | Merged |
---|---|
Approved by: | Jeroen T. Vermeulen |
Approved revision: | no longer in the source branch. |
Merged at revision: | not available |
Proposed branch: | lp://staging/~jtv/launchpad/bug-569108 |
Merge into: | lp://staging/launchpad |
Diff against target: |
202 lines (+48/-42) 6 files modified
lib/lp/buildmaster/interfaces/buildfarmjob.py (+3/-1) lib/lp/buildmaster/model/buildfarmjob.py (+7/-3) lib/lp/buildmaster/model/buildqueue.py (+1/-2) lib/lp/buildmaster/model/packagebuildfarmjob.py (+0/-2) lib/lp/translations/model/translationtemplatesbuildjob.py (+10/-0) lib/lp/translations/tests/test_translationtemplatesbuildjob.py (+27/-34) |
To merge this branch: | bzr merge lp://staging/~jtv/launchpad/bug-569108 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Nelson (community) | code | Approve | |
Review via email: mp+24297@code.staging.launchpad.net |
Commit message
Fix deletion of TranslationTemp
Description of the change
= Bug 569108 =
Work in progress. Fixing up deletion of BuildQueue/
To post a comment you must log in.
Ready for review now. Also passed Q/A on dogfood. No lint. To test: ntemplatesbuild job
{{{
./bin/test -vv -t test_translatio
}}}
As a drive-by, I also removed a TranslationTemp latesBuildBehav ior test that had already been moved out into a file of its own, but never deleted from the file it was in.
Jeroen