This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 3be1cd5a8ce1ff6b5b31cf41fbbf995bce5144d5 (commit) from b1564eb643c16dc98048fb9aa072580451ed90b2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3be1cd5a8ce1ff6b5b31cf41fbbf995bce5144d5 Author: Matias Elo matias.elo@nokia.com Date: Thu Jan 31 14:29:56 2019 +0200
doc: update GitHub repository links
Signed-off-by: Matias Elo matias.elo@nokia.com Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/.travis.yml b/.travis.yml index bbcec4fd..e4b9768e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@
# # Travis uses Docker images which mainained here: -# https://github.com/Linaro/odp-docker-images +# https://github.com/OpenDataPlane/odp-docker-images # CI scirpts are maintained under ./scripts/ci/ directory # which passed into container during the test run.
diff --git a/DEPENDENCIES b/DEPENDENCIES index d5214663..f16617bc 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -75,7 +75,7 @@ Prerequisites for building the OpenDataPlane (ODP) API $ make install
# You may now build either 32 or 64 bit ODP - $ git clone https://github.com/Linaro/odp.git odp + $ git clone https://github.com/OpenDataPlane/odp.git odp $ cd odp $ ./bootstrap
@@ -174,7 +174,7 @@ Prerequisites for building the OpenDataPlane (ODP) API v18.02, v18.05 and v18.11.
Note: only packet I/O is accelerated with DPDK. Use - https://github.com/Linaro/odp-dpdk.git + https://github.com/OpenDataPlane/odp-dpdk.git for fully accelerated odp dpdk platform.
3.4.1 DPDK pktio requirements diff --git a/doc/application-api-guide/odp.dox b/doc/application-api-guide/odp.dox index a6adf623..33357bc9 100644 --- a/doc/application-api-guide/odp.dox +++ b/doc/application-api-guide/odp.dox @@ -37,7 +37,7 @@ * * @section contact Contact Details * - The main web site is http://www.opendataplane.org/ - * - The git repo is https://github.com/Linaro/odp.git + * - The git repo is https://github.com/OpenDataPlane/odp.git * - Bug tracking is https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20l... * */ diff --git a/doc/helper-guide/odp.dox b/doc/helper-guide/odp.dox index 82db060b..0a0f9375 100644 --- a/doc/helper-guide/odp.dox +++ b/doc/helper-guide/odp.dox @@ -20,7 +20,7 @@ * * @section contact Contact Details * - The main web site is http://www.opendataplane.org/ - * - The git repo is https://github.com/Linaro/odp.git + * - The git repo is https://github.com/OpenDataPlane/odp.git * - Bug tracking is https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20l... * */ diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index d65f6592..08b6a671 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -1,5 +1,5 @@ # Uncomment this if you need to change the CUSTOM_STR string -#export CUSTOM_STR=https://github.com/Linaro/odp.git +#export CUSTOM_STR=https://github.com/OpenDataPlane/odp.git
include $(top_srcdir)/platform/Makefile.inc
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 2 +- DEPENDENCIES | 4 ++-- doc/application-api-guide/odp.dox | 2 +- doc/helper-guide/odp.dox | 2 +- platform/linux-generic/Makefile.am | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive