Project

General

Profile

Actions

HOWTO schedule an issue for backporting » History » Revision 13

« Previous | Revision 13/14 (diff) | Next »
Nathan Cutler, 03/07/2017 01:17 PM
explain where to find API access key in Redmine


First stage

Although this can be done by the backporter when (s)he notices an issue should be backported, it is usually done by the original developer when (s)he realizes the fix must be backported.

  • Add the name of the release to the comma separated list of release in the Backport field of the issue (see journal Unable to read past sequence 406 for instance).
  • Change the issue status to Pending Backport

Second stage

This is not expected from the developer, it is the responsibility of the backporter.

ceph-workbench backport-create-issue --redmine-key $redmine_key --dry-run

You can find out your Redmine API key by going to http://tracker.ceph.com/my/account (while logged in) and clicking on the "Show" link under "API access key".

Backport field in the commit messages

Calling for backport by including a line like Backport: firefly in the commit message is discouraged because the commit message is immutable. An issue in the Backport tracker of the corresponding project at http://tracker.ceph.com/ should be created instead. Or, if the commit is associated with an existing issue, the Backport field should be updated with a comma-separated list of desired backports. Use release code names, not version numbers.

Updated by Nathan Cutler about 7 years ago · 13 revisions