Project

General

Profile

Actions

HOWTO start backporting a stable release » History » Revision 10

« Previous | Revision 10/11 (diff) | Next »
Loïc Dachary, 03/06/2021 10:49 AM
the project overview does not have information about the releases and does not need updating


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 about 3 years ago · 10 revisions