aboutsummaryrefslogtreecommitdiff
path: root/zephyr-aeolus
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-11 11:18:03 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-12-11 11:18:03 +0200
commit955786be0f1f776d5cb522ab1f577c2d5fd90229 (patch)
treefe50b66d5d0a9d4aab92dfb65eb0966667322a66 /zephyr-aeolus
parent7577afcf47561ee397d46259abedb9fa38028e24 (diff)
zephyr-{aeolus,upstream}: get rid of pycurl deprecated usage
Change-Id: Ie2285f430fcc69ef8348a0705a87789a0ad3e832 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-aeolus')
-rwxr-xr-xzephyr-aeolus/builders.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/zephyr-aeolus/builders.sh b/zephyr-aeolus/builders.sh
index 4aaac9360c..4adc1a983f 100755
--- a/zephyr-aeolus/builders.sh
+++ b/zephyr-aeolus/builders.sh
@@ -1,7 +1,7 @@
#!/bin/bash
sudo apt-get -q=2 update
-sudo apt-get -q=2 -y install ccache cmake g++-multilib gcc-arm-none-eabi git libc6-dev-i386 python-pycurl python-requests python3-ply rsync
+sudo apt-get -q=2 -y install ccache cmake g++-multilib gcc-arm-none-eabi git libc6-dev-i386 python-requests python3-ply rsync
set -ex
@@ -64,10 +64,7 @@ mv ${PROJECT}-${PLATFORM}-*.bin out/${PLATFORM}/
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
-# pycurl based
-#wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
-# python-requests based
-wget -q https://raw.githubusercontent.com/pfalcon/publishing-api/pfalcon/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
+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 \
--api_version 3 \
--link-latest \