From 5b7a8fe64efa5d1bc32a0c5328e073463fd2393b Mon Sep 17 00:00:00 2001 From: Thomas F Herbert Date: Mon, 28 Aug 2017 09:05:19 -0400 Subject: Disable building of RPMs. RPMs are pulled by the installers from downstream distros or elsewhere since the last few releases. Therefore there is no longer any need to build these artifacts in this project. Change-Id: I72592d76ffcd41457f2e6c7d43310dd73c3411f5 Signed-off-by: Thomas F Herbert --- ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 2723abe..d153250 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -17,8 +17,8 @@ set -e echo "Hello OVSNFV community!" -echo "Build ovs RPM for Linux kernel data plane from master branch of OVS." +echo "Disable building of RPMs." -./buildovs.sh +# ./buildovs.sh exit 0 -- cgit 1.2.3-korg