summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2015-04-27 16:37:30 +0300
committerRiku Voipio <riku.voipio@linaro.org>2015-04-27 16:37:30 +0300
commitad4c47eba3952d0af8b6e2919c4440bdac69a37f (patch)
tree21bdd001256f5c9acaf4e6d8c0144f3ee675ea82
parent91f0c154ee1046126cfdaec136da60f091a48765 (diff)
more cleanup
-rwxr-xr-xkvm-arndale-host3
-rwxr-xr-xkvm-juno-host1
-rwxr-xr-xkvm-mustang-host1
3 files changed, 1 insertions, 4 deletions
diff --git a/kvm-arndale-host b/kvm-arndale-host
index 4c8718b..6eb7094 100755
--- a/kvm-arndale-host
+++ b/kvm-arndale-host
@@ -1,5 +1,4 @@
#!/bin/bash
-set -e
LAVA_NAME=${BUILD_URL:-"linux-kvm-test"}
# jenkins needs a different directory for build due to git juggling
@@ -22,7 +21,7 @@ GIT_REPO=git://git.linaro.org/qa/test-definitions.git
BUNDLE_STREAM_NAME=/private/team/linaro/virtualization/
EOF
-set +e
+builddir=`echo builddir-*`
mv hwpack_linaro-arndale_*.tar.gz ../hwpack_linaro-arndale_latest.tar.gz
cp linux-image*deb ../
cp ${builddir}/arch/arm/boot/dts/{exynos5250-arndale.dtb,vexpress-v2p-ca15-tc1.dtb} ..
diff --git a/kvm-juno-host b/kvm-juno-host
index f8fbe11..0bff138 100755
--- a/kvm-juno-host
+++ b/kvm-juno-host
@@ -1,5 +1,4 @@
#!/bin/bash
-set -e
LAVA_NAME=${BUILD_URL:-"linux-kvm-test"}
# jenkins needs a different directory for build due to git juggling
diff --git a/kvm-mustang-host b/kvm-mustang-host
index 8ce00b9..d2c1d06 100755
--- a/kvm-mustang-host
+++ b/kvm-mustang-host
@@ -1,5 +1,4 @@
#!/bin/bash
-set -e
LAVA_NAME=${BUILD_URL:-"linux-kvm-test"}
# jenkins needs a different directory for build due to git juggling