Disable building of RPMs. 99/40399/3 master
authorThomas F Herbert <therbert@redhat.com>
Mon, 28 Aug 2017 13:05:19 +0000 (09:05 -0400)
committerThomas F Herbert <therbert@redhat.com>
Fri, 13 Oct 2017 12:54:33 +0000 (08:54 -0400)
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 <therbert@redhat.com>
ci/build.sh

index 2723abe..d153250 100755 (executable)
@@ -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