From: Ken Dreyer Date: Wed, 28 Oct 2015 21:39:12 +0000 (-0600) Subject: README.rst: update CentOS versions in example X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5de8d9dde63831c4862ff20c134d9b3489234a1e;p=ceph-build.git README.rst: update CentOS versions in example I don't think we've ever supported CentOS 5. --- diff --git a/README.rst b/README.rst index 19ed2076..2d125670 100644 --- a/README.rst +++ b/README.rst @@ -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