diff options
| author | Michal Pryc <mpryc@redhat.com> | 2016-11-24 10:13:26 +0100 |
|---|---|---|
| committer | Michal Pryc <mpryc@redhat.com> | 2016-11-24 10:53:57 +0100 |
| commit | d08bdd1e23967f150946b9b6b3e94b18198de749 (patch) | |
| tree | 9f1b6cc62a75b1044cc6a1c1efb26b0453416a2d /tools | |
| parent | 67dfccbd474cdd0f74f52af1ba4d2981121df687 (diff) | |
| download | python-openstackclient-d08bdd1e23967f150946b9b6b3e94b18198de749.tar.gz | |
Use stable/newton branch in tox_install.sh and tox.ini
This change modifies tox_install.sh wrapper to pick dependencies
for the correct branch for stable/newton release.
Adjust upper-constraints.txt in tox.ini to pick dependencies
from stable/newton branch.
Change-Id: Ic63c363bf12e2f31b18271ef8bf26cbe5f5ca212
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/tox_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 4af3be16..5625151f 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -5,7 +5,7 @@ # the constraints file before applying it for from-source installation. ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner -BRANCH_NAME=master +BRANCH_NAME=stable/newton CLIENT_NAME=python-openstackclient requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/null ; echo $?) |
