aboutsummaryrefslogtreecommitdiff
path: root/optee
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 /optee
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 'optee')
-rwxr-xr-xoptee/build/publishers.sh2
-rwxr-xr-xoptee/os/publishers.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/optee/build/publishers.sh b/optee/build/publishers.sh
index 6d0eb8e7..47676424 100755
--- a/optee/build/publishers.sh
+++ b/optee/build/publishers.sh
@@ -29,7 +29,7 @@ zip -r ${WORKSPACE}/out-publish/juno-oe-uboot.zip .
# 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 \
--server ${PUBLISH_SERVER} \
--link-latest \
${WORKSPACE}/out-publish ${PUB_DEST}
diff --git a/optee/os/publishers.sh b/optee/os/publishers.sh
index 536c19dc..f5a2f1d9 100755
--- a/optee/os/publishers.sh
+++ b/optee/os/publishers.sh
@@ -25,7 +25,7 @@ rm -f ${WORKSPACE}/out-publish/tee-pageable_v2.bin
# 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 \
--server ${PUBLISH_SERVER} \
--link-latest \
${WORKSPACE}/out-publish ${PUB_DEST}