commit | c1561f84fb421d2ce28d3c2b07fd7b53f57264bf | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Oct 08 18:04:31 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Oct 08 18:04:31 2015 +0000 |
tree | eace7da884fbe2c9f2ee7c28cba6f163958be5d3 | |
parent | 78bbc5df352e54e05dca5fb0fd4832cf8e1db8fb [diff] | |
parent | fa41b5b47ebbf6f2d973bdde235cb58694a2103f [diff] |
Merge "make curl fail on pypi errors"
diff --git a/tools/install_pip.sh b/tools/install_pip.sh index dd4e433..13c1786 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh
@@ -69,7 +69,7 @@ timecond="-z $LOCAL_PIP" fi - curl --retry 6 --retry-delay 5 \ + curl -f --retry 6 --retry-delay 5 \ $timecond -o $LOCAL_PIP $PIP_GET_PIP_URL || \ die $LINENO "Download of get-pip.py failed" touch $LOCAL_PIP.downloaded