Merge lp:~abentley/launchpad/remember-archive into lp:launchpad
| Status: | Merged |
|---|---|
| Merged at revision: | 10922 |
| Proposed branch: | lp:~abentley/launchpad/remember-archive |
| Merge into: | lp:launchpad |
| Diff against target: |
80 lines (+28/-2) 4 files modified
lib/lp/code/browser/sourcepackagerecipe.py (+5/-1) lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+12/-1) lib/lp/code/interfaces/sourcepackagerecipe.py (+3/-0) lib/lp/code/model/sourcepackagerecipe.py (+8/-0) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/remember-archive |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Paul Hummer (community) | code | 2010-05-18 | Approve on 2010-05-19 |
|
Review via email:
|
|||
Commit Message
recipe build requests use last-built archive as default
Description of the Change
= Summary =
Fix bug #582489:source package recipe builds should remember last-used archive
== Proposed fix ==
See above
== Pre-implementation notes ==
Discussed with rockstar
== Implementation details ==
None
== Tests ==
bin/test -t test_request_
== Demo and Q/A ==
Create a source package recipe, and request a build. (You'll also need at
least two PPAs.) The first archive should be selected. Choose a different
one. Request a new build. The previously-selected archive should now be
selected.
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
lib/lp/
== Pylint notices ==
(Bogus warning)
lib/lp/
150: [C0322, ISourcePackageR
distroserie
^
)
@export_
def requestBuild(
