From 3e734f87b920bd8d61c09f3904d7bbdf73cd53bc Mon Sep 17 00:00:00 2001 From: Thomas F Herbert Date: Fri, 9 Sep 2016 16:06:24 -0400 Subject: Delete local spec files for NSH patches. Instead use spec files from external github for building NSH patches. JIRA: OVSNFV-41 Change-Id: I20cf103f02286c30c8f2be674d7772c3b20ef40d Signed-off-by: Thomas F Herbert --- build/build_ovs_rpm.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build/build_ovs_rpm.sh') diff --git a/build/build_ovs_rpm.sh b/build/build_ovs_rpm.sh index 3c8b12e..0972dd9 100755 --- a/build/build_ovs_rpm.sh +++ b/build/build_ovs_rpm.sh @@ -88,7 +88,12 @@ function apply_nsh_patches() { fi git clone https://github.com/yyang13/ovs_nsh_patches.git cp $TMPDIR/ovs_nsh_patches/*.patch $RPMDIR/SOURCES - cp $BUILDDIR/patches/ovs_nsh_patches/*.spec $BUILDDIR + cd $TMPDIR + if [ -e buildovsnsh ]; then + rm -rf buildovsnsh + fi + git clone https://github.com/tfherbert/buildovsnsh.git + cp buildovsnsh/*.spec $BUILDDIR } VERSION=2.3.90 -- cgit 1.2.3-korg