Script to build plain OVS RPM from master.
[ovsnfv.git] / ci / build.sh
1 #!/bin/bash
2
3 DIR=`pwd`
4 echo "Hello OVSNFV community!"
5
6 echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."
7
8 $DIR/buildovs.sh
9
10 exit 0