summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2015-12-13 23:22:43 -0500
committerThomas F Herbert <therbert@redhat.com>2015-12-18 06:41:21 -0500
commitae9133bb8eb8322d411722617f667e01df63d5b9 (patch)
tree7fa6c47d41096101d816b5dce02b087f2cbb663b /ci/build.sh
parent1adea4369e52d835e7210a79cf2e0e15cb4d52c7 (diff)
Script to build plain OVS RPM from master.
Uploads RPM to artifactory. Jira: OVSNFV-19 Change-Id: I586418a5e12435fd9d1594a4d2aca544c16a3a6d Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 18cb2c3..5272b21 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+DIR=`pwd`
echo "Hello OVSNFV community!"
+echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."
+
+$DIR/buildovs.sh
+
exit 0