Project

General

Profile

HOWTO start backporting a stable release » History » Version 1

Loïc Dachary, 03/26/2015 10:06 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
* http://tracker.ceph.com/rb/releases/ceph-releases
8
9
h3. Add a new integration branch in git
10
11
For instance "firefly-backports":https://ceph.com/git/?p=ceph.git;a=shortlog;h=refs/heads/firefly-backports
12
13
* release=firefly
14
* git checkout -b $release-backports $release
15
* git push ceph $release-backports