summaryrefslogtreecommitdiffstats
path: root/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh')
-rw-r--r--jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh b/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh
deleted file mode 100644
index c02eb437..00000000
--- a/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-# basic build script example
-set -e -o pipefail
-# do nothing but print the current slave hostname
-hostname
-
-echo "cat /etc/bootstrap.sha"
-if [ -f /etc/bootstrap.sha ];then
- cat /etc/bootstrap.sha
-else
- echo "Cannot find /etc/bootstrap.sha"
-fi
-
-echo "cat /etc/bootstrap-functions.sha"
-if [ -f /etc/bootstrap-functions.sha ];then
- cat /etc/bootstrap-functions.sha
-else
- echo "Cannot find /etc/bootstrap-functions.sha"
-fi
-
-echo "sha1sum of this script: ${0}"
-sha1sum $0
-
-scripts/ci/verify.sh
-
-echo "*******************************************************************"
-echo "* rpm_dpdk BUILD SUCCESSFULLY COMPLETED"
-echo "*******************************************************************"