Project

General

Profile

Actions

HOWTO start backporting a stable release » History » Revision 9

« Previous | Revision 9/11 (diff) | Next »
Loïc Dachary, 11/10/2015 05:44 PM
the agile plugin was removed, the release custom field is used instead


Introduction

When backporting starts, a branch named after the release (for instance firefly) already exists.

Add a new release in redmine

Add a new integration branch in git

For instance firefly-backports

  • release=firefly
  • git checkout -b $release-backports $release
  • git push ceph $release-backports

Update websites with the new release

Updated by Loïc Dachary over 8 years ago · 9 revisions