aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-luvos
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2019-11-05 14:45:47 +0000
committerBenjamin Copeland <ben.copeland@linaro.org>2019-11-06 09:48:25 +0000
commit6f81d051f7edc6d8ece5c367f3b17a4cbe483de3 (patch)
tree25f36fa66eb146ebf79966be909f8809c971e779 /openembedded-armv8-luvos
parent25cb2a5d579f917864b34186788f1790109a7ca0 (diff)
Publishing: Use Python3
linaro-cp.py now supports Python3, with Python3-requests. Lets update jobs to use the newer library. Change-Id: I286f7bcefe1d6b74ddad1437ce01d42c0cc9bd69
Diffstat (limited to 'openembedded-armv8-luvos')
-rwxr-xr-xopenembedded-armv8-luvos/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-armv8-luvos/builders.sh b/openembedded-armv8-luvos/builders.sh
index f81e23e3..8325716c 100755
--- a/openembedded-armv8-luvos/builders.sh
+++ b/openembedded-armv8-luvos/builders.sh
@@ -20,7 +20,7 @@ find ${WORKSPACE}/build/tmp/deploy/images/qemuarm64 -type l -delete
# Publish
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 python ${HOME}/bin/linaro-cp.py \
+time python3 ${HOME}/bin/linaro-cp.py \
--api_version 3 \
--link-latest \
${WORKSPACE}/build/tmp/deploy/images/qemuarm64 openembedded/pre-built/luvos/${BRANCH}/${BUILD_NUMBER}