aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images/publishers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lt-qcom-debian-images/publishers.sh')
-rw-r--r--lt-qcom-debian-images/publishers.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/lt-qcom-debian-images/publishers.sh b/lt-qcom-debian-images/publishers.sh
deleted file mode 100644
index 2b05fce375..0000000000
--- a/lt-qcom-debian-images/publishers.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-set -ex
-trap cleanup_exit INT TERM EXIT
-cleanup_exit()
-{
- # cleanup here, only in case of error in this script
- # normal cleanup deferred to later
- [ $? = 0 ] && exit;
- sudo git clean -fdxq
-}
-
-# Create MD5SUMS file
-(cd out && md5sum * > MD5SUMS.txt)
-
-wget -q ${BUILD_URL}consoleText -O out/build-log-$(echo ${JOB_NAME}|sed -e 's/[^A-Za-z0-9._-]/_/g')-${BUILD_NUMBER}.txt
-
-# Publish to snapshots
-test -d ${HOME}/bin || mkdir ${HOME}/bin
-wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
-time python3 ${HOME}/bin/linaro-cp.py \
- --server ${PUBLISH_SERVER} \
- --link-latest \
- out ${PUB_DEST}