Merge lp:~thumper/launchpad/recipe-help into lp:launchpad
| Status: | Merged | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Approved by: | Gavin Panella on 2010-11-04 | ||||||||||||
| Approved revision: | no longer in the source branch. | ||||||||||||
| Merged at revision: | 11868 | ||||||||||||
| Proposed branch: | lp:~thumper/launchpad/recipe-help | ||||||||||||
| Merge into: | lp:launchpad | ||||||||||||
| Diff against target: |
148 lines (+76/-5) 6 files modified
lib/lp/code/browser/configure.zcml (+1/-1) lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+3/-3) lib/lp/code/help/related-recipes.html (+38/-0) lib/lp/code/interfaces/sourcepackagerecipe.py (+2/-1) lib/lp/code/templates/branch-recipes.pt (+3/-0) lib/lp/code/templates/sourcepackagerecipe-new.pt (+29/-0) |
||||||||||||
| To merge this branch: | bzr merge lp:~thumper/launchpad/recipe-help | ||||||||||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Matthew Revell (community) | text | 2010-11-03 | Approve on 2010-11-04 |
| Paul Hummer (community) | code ui | 2010-11-03 | Approve on 2010-11-03 |
| Launchpad code reviewers | 2010-11-03 | Pending | |
|
Review via email:
|
|||
Commit Message
Add some help references to some recipe pages.
Description of the Change
This branch adds some help references to the recipe pages.
Not a lot to this branch.
| Matthew Revell (matthew.revell) wrote : | # |
I approve the text, although I'd suggest the following change to the help pop-up:
<html>
<head>
<title>Related source package recipes</title>
<link rel="stylesheet" type="text/css"
<link rel="stylesheet" type="text/css"
<link rel="stylesheet" type="text/css"
</head>
<body>
<h1>Related source package recipes</h1>
<p>
You can ask Launchpad to make an automatic daily build
of the code in this branch and place the resultant package(s)
in your chosen PPA. (<a href="https:/
</p>
<p>A "recipe" is a description of the steps Launchpad's package builder should take to
construct a source package from a set of Bazaar branches that you specify.
</p>
<p>
Using a recipe, you tell Launchpad:
</p>
<ul class="bulleted">
<li>in which branch to find the code</li>
<li>where to find the packaging information — e.g. in a separate branch or in an existing Ubuntu package branch</li>
<li>the correct package version (so users will still be able to upgrade to the stable version of the distro once it gets released)</li>
<li>any modifications necessary to make the source build properly.</li>
</ul>
</body>
</html>
| Tim Penhey (thumper) wrote : | # |
Hi Matt, it would have been much more help to say what the difference in the help text would have been. It was hard for me to work out what you had changed.

This looks fine to me.