Project

General

Profile

HOWTO start backporting a stable release » History » Version 11

Loïc Dachary, 03/06/2021 10:59 AM

1 1 Loïc Dachary
h3. Introduction
2
3
When backporting starts, a branch named after the release (for instance "firefly":https://ceph.com/git/?p=ceph.git;a=shortlog;h=refs/heads/firefly) already exists.
4
5
h3. Add a new release in redmine
6
7 9 Loïc Dachary
* http://tracker.ceph.com/custom_fields/16/edit
8
* the name of the release is the name of the ceph release, all lowercase
9 3 Loïc Dachary
* Update the [[HOWTO|HOWTO landing page]]
10 1 Loïc Dachary
11
h3. Add a new integration branch in git
12
13
For instance "firefly-backports":https://ceph.com/git/?p=ceph.git;a=shortlog;h=refs/heads/firefly-backports
14
15
* release=firefly
16
* git checkout -b $release-backports $release
17
* git push ceph $release-backports
18 3 Loïc Dachary
19 4 Loïc Dachary
h3. Update websites with the new release
20
21 11 Loïc Dachary
* ceph.io : https://ceph.io/category/releases/
22 5 Loïc Dachary
* wikipedia : https://en.wikipedia.org/wiki/Ceph_%28storage%29