summaryrefslogtreecommitdiffstats
path: root/build/build.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2017-02-22 17:20:12 -0500
committerThomas F Herbert <therbert@redhat.com>2017-02-25 12:51:00 -0500
commit6777ce8cbff56ad20b19c66a85105eaae6d5f9da (patch)
tree6ea14c8733cb11858584f47cd418ed7ef62d182d /build/build.sh
parente6358450214e9e776e660aaa6058224f12af6b60 (diff)
Build src RPM for 16.07 and 16.11
Workaround of Centos dist tag problem for downstream builds of SRPM, fix tag to el7. Change-Id: I1dd0b72cb8d262f7379e14e351e94aedf509e5d4 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/build.sh')
-rwxr-xr-xbuild/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/build.sh b/build/build.sh
index d903f90..e497153 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -23,6 +23,10 @@ echo "Build DPDK RPM for 16.11 release"
./build_dpdk_rpm.sh -g 16.11 -p yes
+echo "Build DPDK SRPM for 16.11 release"
+
+./build_dpdk_rpm.sh -g 16.11 -p yes -s yes
+
echo "Build from snapshot of master skipped for now because upstream commits"
echo "change tool directory locations."