aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-bootloader/rb5/builders.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lt-qcom-bootloader/rb5/builders.sh')
-rw-r--r--lt-qcom-bootloader/rb5/builders.sh12
1 files changed, 7 insertions, 5 deletions
diff --git a/lt-qcom-bootloader/rb5/builders.sh b/lt-qcom-bootloader/rb5/builders.sh
index f95425f24d..1caa49085d 100644
--- a/lt-qcom-bootloader/rb5/builders.sh
+++ b/lt-qcom-bootloader/rb5/builders.sh
@@ -58,7 +58,7 @@ md5sum -c MD5
# Create ptable and rawprogram/patch command files
if [ ! -d "ptool" ]; then
- git clone --depth 1 https://git.linaro.org/landing-teams/working/qualcomm/partioning_tool.git ptool
+ git clone --depth 1 ${QCOM_PTOOL_GIT}
fi
(cd ptool && git log -1)
rm -rf linux aosp
@@ -161,8 +161,10 @@ EOF
if [ "${LINARO_PUBLISH}" ]; then
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget -q 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 \
- ${WORKSPACE}/out2 ${PUB_DEST}
+ if [[ -z ${CLO_MIGRATION} ]]; then
+ time python3 ${HOME}/bin/linaro-cp.py \
+ --server ${PUBLISH_SERVER} \
+ --link-latest \
+ ${WORKSPACE}/out2 ${PUB_DEST}
+ fi
fi