| commit | c8b2f60a54dc0f5d008752842781bc61078b1ca9 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Sat Feb 28 00:15:34 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Sat Feb 28 00:15:34 2015 +0000 |
| tree | b5d934d0ccfc274ec5d1e09b05def89b16db387d | |
| parent | b554c39dc657e3423796b5b2169ffdcc57fe431a [diff] | |
| parent | db29a7cf0c15b3600bf1363497a1899bdeb1b596 [diff] |
Merge "Fix devstack running behind a proxy"
diff --git a/tools/build_wheels.sh b/tools/build_wheels.sh index 31398f9..f1740df 100755 --- a/tools/build_wheels.sh +++ b/tools/build_wheels.sh
@@ -57,7 +57,7 @@ virtualenv $TMP_VENV_PATH # Install modern pip and wheel -$TMP_VENV_PATH/bin/pip install -U pip wheel +PIP_VIRTUAL_ENV=$TMP_VENV_PATH pip_install -U pip wheel # VENV_PACKAGES is a list of packages we want to pre-install VENV_PACKAGE_FILE=$FILES/venv-requirements.txt