]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: delete wrong description of installing RPMs 5948/head
authorLi Peng <lip@dtdream.com>
Wed, 16 Sep 2015 06:05:05 +0000 (14:05 +0800)
committerLi Peng <lip@dtdream.com>
Wed, 16 Sep 2015 06:05:05 +0000 (14:05 +0800)
In CentOS/RHEL 6/7, gitk and git-gui are available in default repository actually.

Signed-off-by: Li Peng <lip@dtdream.com>
doc/start/documenting-ceph.rst

index 4fac6f04331276fef72b6775e04db9d1d6915ab9..2d09db3ae3a0e4298ab8c5f10d0668ee05eae01c 100644 (file)
@@ -420,19 +420,10 @@ For Debian/Ubuntu, execute::
 
        sudo apt-get install gitk git-gui
 
-For Fedora, execute::
+For Fedora/CentOS/RHEL, execute::
 
        sudo yum install gitk git-gui
 
-In CentOS/RHEL7, ``gitk`` and ``git-gui`` are not available in default or
-``epel`` repository. So, use http://rpmfind.net/ to find them. Then, download
-them from a mirror and install them. For example::
-
-       wget ftp://rpmfind.net/linux/centos/7.0.1406/os/x86_64/Packages/gitk-1.8.3.1-4.el7.noarch.rpm
-       sudo yum install gitk-1.8.3.1-4.el7.noarch.rpm
-       wget ftp://rpmfind.net/linux/centos/7.0.1406/os/x86_64/Packages/git-gui-1.8.3.1-4.el7.noarch.rpm
-       sudo yum install git-gui-1.8.3.1-4.el7.noarch.rpm
-
 Then, execute::
 
        cd {git-ceph-repo-path}