Merge "Remove depreciated download cache"

This commit is contained in:
Jenkins 2015-02-24 05:33:27 +00:00 committed by Gerrit Code Review
commit 7dfd8a4355
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ echo "$0 $@"
# Setup the environment
set -x
export PATH=/usr/lib/ccache:$PATH
export PIP_DOWNLOAD_CACHE=$PIP_CACHE_DIR
#export PIP_DOWNLOAD_CACHE=$PIP_CACHE_DIR
#export PIP_INDEX_URL="http://www.rcbops.com/pypi/mirror"
export PIP_INDEX_URL="http://pypi.openstack.org/simple/"
export PIP_EXTRA_INDEX_URL="https://pypi.python.org/simple/"