summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjdenisco <jdenisco@cisco.com>2019-02-26 09:19:24 -0500
committerDave Barach <openvpp@barachs.net>2019-02-27 21:03:06 +0000
commite869269121b61883d55f2469fabf3c751b525d0f (patch)
tree99514f322fbd72d966f943ace1b50fe1a147e73a /docs
parenta2aefef1fd3fc423430531d7e965c9da7d9ec0d5 (diff)
Fix centos build and build documentation
Change-Id: I326204d26b613254e39c6a0ffe9f9491981ba3c3 Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/about.rst4
-rw-r--r--docs/gettingstarted/installing/centos.rst2
-rw-r--r--docs/gettingstarted/installing/ubuntu.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/about.rst b/docs/about.rst
index 272df4979a5..b6a5918f18c 100644
--- a/docs/about.rst
+++ b/docs/about.rst
@@ -4,6 +4,6 @@
About
=====
-**VPP Version:** 19.04-rc0~219-g7d139ad
+**VPP Version:** 19.04-rc0~276-g3bce8eb
-**Built on:** Wed Feb 20 16:18:46 GMT 2019
+**Built on:** Tue Feb 26 14:00:03 GMT 2019
diff --git a/docs/gettingstarted/installing/centos.rst b/docs/gettingstarted/installing/centos.rst
index d4980070b4f..88691a238ff 100644
--- a/docs/gettingstarted/installing/centos.rst
+++ b/docs/gettingstarted/installing/centos.rst
@@ -143,7 +143,7 @@ needed:
.. code-block:: console
- $ sudo yum install vpp-plugins vpp-ext-deps vpp-devel vpp-api-python vpp-api-lua vpp-api-java vpp-debuginfo vpp-devel libvpp0
+ $ sudo yum install vpp-plugins vpp-devel vpp-api-python vpp-api-lua vpp-api-java vpp-debuginfo vpp-devel libvpp0
Starting VPP
============
diff --git a/docs/gettingstarted/installing/ubuntu.rst b/docs/gettingstarted/installing/ubuntu.rst
index c8a98939e62..65fd5e21f00 100644
--- a/docs/gettingstarted/installing/ubuntu.rst
+++ b/docs/gettingstarted/installing/ubuntu.rst
@@ -87,7 +87,7 @@ For the master packages:
.. code-block:: console
- sudo apt-get install vpp-plugin-core vpp-ext-deps vpp-api-python vpp-dbg vpp-dev vpp-plugin-dpdk
+ sudo apt-get install vpp-plugin-core vpp-api-python vpp-dbg vpp-dev vpp-plugin-dpdk
Uninstall the Packages
======================