Script to build plain OVS RPM from master.
[ovsnfv.git] / ci / build.sh
index 18cb2c3..5272b21 100755 (executable)
@@ -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