launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #19905
[Merge] lp:~cjwatson/launchpad/git-recipe-create-text into lp:launchpad
Colin Watson has proposed merging lp:~cjwatson/launchpad/git-recipe-create-text into lp:launchpad.
Commit message:
Adjust the introductory text on sourcepackagerecipe-new.pt to account for Git recipes.
Requested reviews:
Colin Watson (cjwatson)
Related bugs:
Bug #1453022 in Launchpad itself: "Please support daily builds via git"
https://bugs.launchpad.net/launchpad/+bug/1453022
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/git-recipe-create-text/+merge/283326
Adjust the introductory text on sourcepackagerecipe-new.pt to account for Git recipes.
--
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== 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:16:30 +0000
@@ -23,10 +23,12 @@
<div metal:fill-slot="main">
- <div>
- <p>A "recipe" is a description of the steps bzr-builder should take to
- construct a source package from the various bzr branches. Its format
- specifies:</p>
+ <div tal:define="is_bzr context/bzr_identity|nothing">
+ <p>A "recipe" is a description of the steps Launchpad's package builder
+ should take to construct a source package from the various
+ <tal:bzr condition="is_bzr">bzr</tal:bzr>
+ <tal:git condition="not: is_bzr">git</tal:git>
+ branches. Its format specifies:</p>
<ul class="bulleted">
<li>where to use the code from (trunk branch, beta branch, etc.), where to get the packaging from (separate branch? ubuntu 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>
References