]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
README.rst: update CentOS versions in example
authorKen Dreyer <kdreyer@redhat.com>
Wed, 28 Oct 2015 21:39:12 +0000 (15:39 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 28 Oct 2015 21:39:37 +0000 (15:39 -0600)
I don't think we've ever supported CentOS 5.

README.rst

index 19ed207699021753a261b16021005f7ff28faa13..2d1256700f6a9f17a8c2152eecc8dc3f4f21d5b7 100644 (file)
@@ -98,7 +98,7 @@ or ``x86_64``, or package manager (as in ``yum`` or ``apt``).
 
 Below is an example of having three scripts for ``centos`` that at any given
 time (when there is a match) only two of them will get executed: ``all`` and
-either ``5`` or ``6``.
+either ``6`` or ``7``.
 
 ``all`` is a helper that will get executed always for all ``centos`` distro
 versions and combinations::
@@ -108,8 +108,8 @@ versions and combinations::
     │   └── post
     ├── pre
     │   ├── centos
-    │   │   ├── 5
     │   │   ├── 6
+    │   │   ├── 7
     │   │   └── all
     │   └── pre
     └── setup