Merge lp:~abentley/launchpad/recipe-interfaces into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Paul Hummer on 2010-09-02 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11517 |
| Proposed branch: | lp:~abentley/launchpad/recipe-interfaces |
| Merge into: | lp:launchpad |
| Diff against target: |
232 lines (+82/-69) 3 files modified
lib/lp/code/configure.zcml (+8/-13) lib/lp/code/interfaces/sourcepackagerecipe.py (+70/-54) lib/lp/code/model/tests/test_sourcepackagerecipe.py (+4/-2) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/recipe-interfaces |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Paul Hummer (community) | 2010-09-02 | Approve on 2010-09-02 | |
|
Review via email:
|
|||
Commit Message
Update security on SourcePackageRecipe to use multiple-interface style.
Description of the Change
= Summary =
Update the security configuration to use multiple interfaces.
== Proposed fix ==
Update the security configuration to use multiple interfaces.
== Pre-implementation notes ==
Discussed with rockstar
== Implementation details == For reasons I don't understand, the builder_recipe
and date_last_modified attributes weren't accessible (Forbidden, not
Unauthorized), despite being on the ISourcePackageR
interface. I had to provide them manually.
== Tests ==
bin/test -v test_sourcepack
== Demo and Q/A ==
None
= Launchpad lint =
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
./lib/lp/
280: E231 missing whitespace after ','
304: E231 missing whitespace after ','
312: E231 missing whitespace after ','
319: E231 missing whitespace after ','
327: E231 missing whitespace after ','
365: E231 missing whitespace after ','
425: E231 missing whitespace after ','
506: E301 expected 1 blank line, found 0
727: Line exceeds 78 characters.
./lib/lp/
77: E231 missing whitespace after ','
121: E202 whitespace before ')'
121: E231 missing whitespace after ','
150: E302 expected 2 blank lines, found 1
