summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2017-08-28 09:05:19 -0400
committerThomas F Herbert <therbert@redhat.com>2017-10-13 08:54:33 -0400
commit5b7a8fe64efa5d1bc32a0c5328e073463fd2393b (patch)
tree2a5e9491cf1d245e2e1aa003b32dee8c5c048260 /ci/build.sh
parent3412a645cdea8c4eb28e8406ed161e8140011d0f (diff)
Disable building of RPMs.HEADmaster
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>
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh4
1 files 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