From: Thomas F Herbert Date: Mon, 28 Aug 2017 13:05:19 +0000 (-0400) Subject: Disable building of RPMs. X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=ovsnfv.git;a=commitdiff_plain;h=5b7a8fe64efa5d1bc32a0c5328e073463fd2393b 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 --- 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