]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: remove "Stable Releases and Backports" 60272/head
authorZac Dover <zac.dover@proton.me>
Thu, 10 Oct 2024 12:17:12 +0000 (22:17 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 11 Oct 2024 20:24:49 +0000 (06:24 +1000)
Remove mention of "Stable Releases and Backports" from
doc/dev/developer_guide/essentials.rst.

Co-authored-by: Laura Flores <lflores@ibm.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 95916c91906604c516e78b550010e9de511fc1e9)

doc/dev/developer_guide/essentials.rst

index cbde8779a66dadf939f93e7cadfd33435edcab95..7cce4c6f898ffc207675b2d34b66825ff1fd45a0 100644 (file)
@@ -287,16 +287,13 @@ See :ref:`kubernetes-dev`
 Backporting
 -----------
 
-All bugfixes should be merged to the ``main`` branch before being
-backported. To flag a bugfix for backporting, make sure it has a
-`tracker issue`_ associated with it and set the ``Backport`` field to a
-comma-separated list of previous releases (e.g. "hammer,jewel") that you think
-need the backport.
-The rest (including the actual backporting) will be taken care of by the
-`Stable Releases and Backports`_ team.
+All bugfixes should be merged to the ``main`` branch before being backported.
+To flag a bugfix for backporting, make sure it has a `tracker issue`_
+associated with it and set the ``Backport`` field to a comma-separated list of
+previous releases (e.g. "hammer,jewel") that you think need the backport. You
+are responsible for the backporting of pull requests that you raise.
 
 .. _`tracker issue`: http://tracker.ceph.com/
-.. _`Stable Releases and Backports`: http://tracker.ceph.com/projects/ceph-releases/wiki
 
 Dependabot
 ----------