Merge "Corrected entry for pip's trusted-host"

This commit is contained in:
Jenkins 2016-01-29 18:35:22 +00:00 committed by Gerrit Code Review
commit 0edd52c5a9

View File

@ -25,7 +25,7 @@ cat >/tmp/pip.conf <<EOF
[global]
timeout = 60
index-url = $NODEPOOL_PYPI_MIRROR
trusted-host = $NODEPOOL_PYPI_MIRROR
trusted-host = $NODEPOOL_MIRROR_HOST
extra-index-url =
EOF
sudo mv /tmp/pip.conf /etc/pip.conf