Project

General

Profile

HOWTO start backporting a stable release » History » Version 9

Loïc Dachary, 11/10/2015 05:44 PM
the agile plugin was removed, the release custom field is used instead

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
* Update the "project overview":http://tracker.ceph.com/projects/ceph-releases/settings/info
11 1 Loïc Dachary
12
h3. Add a new integration branch in git
13
14
For instance "firefly-backports":https://ceph.com/git/?p=ceph.git;a=shortlog;h=refs/heads/firefly-backports
15
16
* release=firefly
17
* git checkout -b $release-backports $release
18
* git push ceph $release-backports
19 3 Loïc Dachary
20 4 Loïc Dachary
h3. Update websites with the new release
21
22
* ceph.com : http://ceph.com/resources/downloads/
23 5 Loïc Dachary
* wikipedia : https://en.wikipedia.org/wiki/Ceph_%28storage%29