diff options
author | jdenisco <jdenisco@cisco.com> | 2018-11-13 12:40:12 -0500 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-11-13 23:14:28 +0000 |
commit | 24010fbaa0d0f50add043d3321aa0469ef49cb9e (patch) | |
tree | 319f6ab1886bdcbf2d2f1a162ad77f4d3114eaa4 /docs | |
parent | 6ebd4398ae3dabb19653d9dd3919b453dd17454b (diff) |
docs and Config utility, package cloud support
Change-Id: I61303242b73e509df42dedba54f2ee5906a7e526
Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about.rst | 4 | ||||
-rw-r--r-- | docs/gettingstarted/installing/centos.rst | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/about.rst b/docs/about.rst index 86310c23990..092da576abf 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -4,6 +4,6 @@ About ===== -**VPP Version:** 19.01-rc0~227-g46eecfd +**VPP Version:** 19.01-rc0~238-g2419508 -**Built on:** Fri Nov 9 20:17:32 GMT 2018 +**Built on:** Tue Nov 13 17:37:07 GMT 2018 diff --git a/docs/gettingstarted/installing/centos.rst b/docs/gettingstarted/installing/centos.rst index e69bc848df6..07268524a01 100644 --- a/docs/gettingstarted/installing/centos.rst +++ b/docs/gettingstarted/installing/centos.rst @@ -61,6 +61,7 @@ Update your local yum cache. .. code-block:: console + $ sudo yum clean all $ sudo yum -q makecache -y --disablerepo='*' --enablerepo='fdio_release' The *'yum install vpp'* command will install the most recent release. To @@ -109,6 +110,7 @@ Update your local yum cache. .. code-block:: console + $ sudo yum clean all $ sudo yum -q makecache -y --disablerepo='*' --enablerepo='fdio_1810' The *'yum install vpp'* command will install the most recent build on the @@ -155,6 +157,7 @@ Update your local yum cache. .. code-block:: console + $ sudo yum clean all $ sudo yum -q makecache -y --disablerepo='*' --enablerepo='fdio_master' The *'yum install vpp'* command will install the most recent build on the @@ -163,6 +166,7 @@ branch. .. code-block:: console + $ sudo yum clean all $ sudo yum --showduplicates list vpp* | expand Install VPP RPMs |