]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: instruct devs to backport 61065/head
authorZac Dover <zac.dover@proton.me>
Wed, 4 Dec 2024 20:43:12 +0000 (21:43 +0100)
committerZac Dover <zac.dover@proton.me>
Thu, 12 Dec 2024 06:10:11 +0000 (16:10 +1000)
Add a note to doc/dec/development-workflow.rst that instructs developers
to do their own backports. This change was requested by Laura Flores on
04 Dec 2024.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 5d584b4badb606d372c266424f59076408f62f40)

doc/dev/development-workflow.rst

index dfcab929daaeb4df3c6613354c629c91250d1ec9..54261b8f66d97d48dec722ae5e68ceacb91d0cc3 100644 (file)
@@ -243,6 +243,10 @@ differences:
 * All commits are cherry-picked with ``git cherry-pick -x`` to
   reference the original commit
 
+.. note: If a backport is appropriate, the submitter is responsible for
+   determining appropriate target stable branches to which backports must be
+   made.
+
 See `the backporter manual
 <http://tracker.ceph.com/projects/ceph-releases/wiki/HOWTO>`_ for more
 information.