Merge ~jugmac00/launchpad-buildd:update-deployment-documentation into launchpad-buildd:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 151877b8828743d8bea7348d578beb593d98793c
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad-buildd:update-deployment-documentation
Merge into: launchpad-buildd:master
Diff against target: 26 lines (+7/-4)
1 file modified
docs/how-to/deployment.rst (+7/-4)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+422985@code.launchpad.net

Commit message

Update deployment instructions

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/docs/how-to/deployment.rst b/docs/how-to/deployment.rst
2index a52be76..f666eab 100644
3--- a/docs/how-to/deployment.rst
4+++ b/docs/how-to/deployment.rst
5@@ -6,15 +6,18 @@ The following steps need to be performed before `Upgrading the builders
6
7 1. Ensure everything has been merged to master.
8
9-2. Create a new release branch, based on master.
10+2. Create a new release branch, e.g. ``release-213``, based on master.
11
12-3. Run ``DEBEMAIL="<email address>" DEBFULLNAME="<name>" dch -rD bionic``.
13+3. Run ``DEBEMAIL="<email address>" DEBFULLNAME="<name>" dch -rD focal``.
14 The later recipe build will prepend the correct preamble for each Ubuntu release.
15
16-4. Commit and push this branch, open a MergeProposal for review.
17+4. Create a commit with a title like ``releasing package launchpad-buildd version 213``,
18+ push this branch and open a MergeProposal with a title like
19+ ``Release version 213`` for review.
20
21 5. Once the release branch has merged to master,
22- tag the release commit and check https://code.launchpad.net/~launchpad/+recipe/launchpad-buildd-daily
23+ tag the release commit (e.g. ``git tag 213 && git push origin --tags``) and
24+ check https://code.launchpad.net/~launchpad/+recipe/launchpad-buildd-daily
25 for the recipe build to happen.
26 You can start a build if required.
27

Subscribers

People subscribed via source and target branches