]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install: clone-source.rst s/master/main 48380/head
authorZac Dover <zac.dover@gmail.com>
Thu, 6 Oct 2022 04:30:07 +0000 (14:30 +1000)
committerZac Dover <zac.dover@gmail.com>
Thu, 6 Oct 2022 04:51:07 +0000 (14:51 +1000)
s/master/main in doc/install/clone-source.rst.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 5c17509b0a3402ca4a3ee574ed7e73949d51c72a)

doc/install/clone-source.rst

index da62ee93fa679c47bb2dca9468b5f418173a5c55..2de8518cdda4f82020bafca36f794a207dcdb051 100644 (file)
@@ -3,7 +3,7 @@
 =========================================
 
 You may clone a Ceph branch of the Ceph source code by going to `github Ceph
-Repository`_,  selecting a branch (``master`` by default), and clicking the
+Repository`_,  selecting a branch (``main`` by default), and clicking the
 **Download ZIP** button.
 
 .. _github Ceph Repository: https://github.com/ceph/ceph
@@ -89,13 +89,13 @@ Choose a Branch
 ===============
 
 Once you clone the source code and submodules, your Ceph repository 
-will be on the ``master`` branch by default, which is the unstable 
+will be on the ``main`` branch by default, which is the unstable 
 development branch. You may choose other branches too.
 
-- ``master``: The unstable development branch.
-- ``stable``: The bugfix branch.
+- ``main``: The unstable development branch.
+- ``stable-release-name``: The name of the stable, :ref:`active release <ceph-releases-index>`. e.g. ``Pacific``
 - ``next``: The release candidate branch.
 
 ::
 
-       git checkout master
+       git checkout main