Add in extra debug information for virtualenvs
Change-Id: I43d391b816efafa0c5453f90b12ef11d13a5ea8c
This commit is contained in:
parent
433c2f327a
commit
a47b3b1ec0
@ -179,11 +179,18 @@ echo "To execute this script manually, run this:"
|
||||
echo "$0 $1 $2 $3 $4 $5 $6 $7 $8 $9"
|
||||
|
||||
# Setup the environment
|
||||
set -x
|
||||
export PATH=/usr/lib/ccache:$PATH
|
||||
export PIP_DOWNLOAD_CACHE=$9
|
||||
#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/"
|
||||
which pip
|
||||
pip --version
|
||||
which virtualenv
|
||||
virtualenv --version
|
||||
which mkvirtualenv
|
||||
set +x
|
||||
|
||||
# Restore database to known good state
|
||||
echo "Restoring test database $6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user