summaryrefslogtreecommitdiffstats
path: root/build/build.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2016-10-28 14:20:26 -0400
committerThomas F Herbert <therbert@redhat.com>2016-11-05 22:32:10 -0400
commite0f06ca5b52b4fa055ee9b5095d6192e1f5054d7 (patch)
treed0aab73273ac62eda09d521e9c40e792b1ef1a49 /build/build.sh
parentcd7e67d9328def5dac610d2cc9a11b6cbb48edc2 (diff)
Successful build of dpdk 16.07 RPMs
Change-Id: Ia093a41b73ea389b4039ed8351982f8286619283 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/build.sh')
-rwxr-xr-xbuild/build.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/build/build.sh b/build/build.sh
new file mode 100755
index 0000000..3bb3a93
--- /dev/null
+++ b/build/build.sh
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+# Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+set -e
+
+echo "Build DPDK RPM for 16.07 release"
+
+./build_dpdk_rpm.sh -g 16.07
+
+./clean.sh
+
+exit 0