Merge lp:~cjwatson/launchpad/git-recipe-create-text into lp:launchpad

Proposed by Colin Watson
Status: Merged
Merged at revision: 17902
Proposed branch: lp:~cjwatson/launchpad/git-recipe-create-text
Merge into: lp:launchpad
Diff against target: 20 lines (+6/-4)
1 file modified
lib/lp/code/templates/sourcepackagerecipe-new.pt (+6/-4)
To merge this branch: bzr merge lp:~cjwatson/launchpad/git-recipe-create-text
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+283326@code.launchpad.net

Commit message

Adjust the introductory text on sourcepackagerecipe-new.pt to account for Git recipes.

Description of the change

Adjust the introductory text on sourcepackagerecipe-new.pt to account for Git recipes.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/lp/code/templates/sourcepackagerecipe-new.pt'
--- lib/lp/code/templates/sourcepackagerecipe-new.pt 2012-02-01 15:31:32 +0000
+++ lib/lp/code/templates/sourcepackagerecipe-new.pt 2016-01-20 16:18:53 +0000
@@ -23,10 +23,12 @@
2323
24 <div metal:fill-slot="main">24 <div metal:fill-slot="main">
2525
26 <div>26 <div tal:define="is_bzr context/bzr_identity|nothing">
27 <p>A "recipe" is a description of the steps bzr-builder should take to27 <p>A "recipe" is a description of the steps Launchpad's package builder
28 construct a source package from the various bzr branches. Its format28 should take to construct a source package from the various
29 specifies:</p>29 <tal:bzr condition="is_bzr">bzr</tal:bzr>
30 <tal:git condition="not: is_bzr">git</tal:git>
31 branches. Its format specifies:</p>
30 <ul class="bulleted">32 <ul class="bulleted">
31 <li>where to use the code from (trunk branch, beta branch, etc.), where to get the packaging from (separate branch? ubuntu branch?)</li>33 <li>where to use the code from (trunk branch, beta branch, etc.), where to get the packaging from (separate branch? ubuntu branch?)</li>
32 <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>34 <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>