Merge lp:~abentley/launchpad/binary-to-recipe into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Edwin Grubbs on 2010-06-02 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 10946 |
| Proposed branch: | lp:~abentley/launchpad/binary-to-recipe |
| Merge into: | lp:launchpad |
| Diff against target: |
51 lines (+30/-0) 2 files modified
lib/lp/soyuz/stories/soyuz/xx-build-record.txt (+23/-0) lib/lp/soyuz/templates/build-index.pt (+7/-0) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/binary-to-recipe |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Edwin Grubbs (community) | 2010-06-01 | Approve on 2010-06-02 | |
|
Review via email:
|
|||
Commit Message
Link to source package recipe builds from their binaries.
Description of the Change
= Summary =
Fix bug #583408: Binary package builds should link to the related source
package recipe build
== Proposed fix ==
Add a link to the source package recipe build page from binary package build
index page to the source package recipe build page if there was one.
== Pre-implementation notes ==
None
== Implementation details ==
Pretty straightforward
== Tests ==
bin/test -t xx-build-record.txt
== Demo and Q/A ==
Perform a source package recipe build. Wait until binary packages resuilt. Go
to a binary package page. Follow the link back to the source package recipe
build.
= 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/

Looks good.