Remove depreciated download cache

Change-Id: Iac3a2bf2a94f3a02d6bd4d12ee599398dc238d1d
This commit is contained in:
Joshua Hesketh 2015-02-24 16:23:32 +11:00
parent 91f4ff6594
commit f924677d54
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,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/"