summaryrefslogtreecommitdiff
path: root/ll-ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'll-ci.sh')
-rwxr-xr-xll-ci.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index a24ec1c..85edfc2 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -4,13 +4,15 @@ set -ex
trap cleanup_exit INT TERM EXIT
+save_debs=false
+
cleanup_exit()
{
cd ${WORKSPACE}
rm -rf lci-build-tools
rm -rf builddir*
rm -rf out
- rm -f linux-*.deb
+ $save_debs || rm -f linux-*.deb
}
hwpack_is_optional=false
@@ -60,7 +62,7 @@ case "${hwpack}" in
;;
ifc6410)
hwpack_is_optional=true
- export make_deb=true
+ save_debs=true
export kernel_flavour="ifc6410"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/ifc6410.conf"
;;