diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-06-17 12:38:20 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-06-17 17:59:56 +0000 |
commit | 7b4382f2268f5813c97165ac50f25b01fb7fab08 (patch) | |
tree | 288582d9cfefaca8b7b1981998d009f246139e55 /packaging/rpm/rpmbuild.sh | |
parent | f37ecf4d0acacb627f1b9d7194df399bdd1206b4 (diff) |
Instrument rpm build in honeycomb.
Change-Id: If88759bc29a74e4d1b8c4190ac371e75c9d08c8d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'packaging/rpm/rpmbuild.sh')
-rwxr-xr-x | packaging/rpm/rpmbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index b4a0d69ce..10872ea95 100755 --- a/packaging/rpm/rpmbuild.sh +++ b/packaging/rpm/rpmbuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -xe DIR=$(dirname $0) DIR=$(readlink -f $DIR) ZIPDIR=${DIR}/../../v3po/karaf/target/ |