summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Pryc <mpryc@redhat.com>2016-11-24 11:48:11 +0100
committerMichal Pryc <mpryc@redhat.com>2016-11-24 11:52:30 +0100
commita8b7ea6e9a0f13584877f8f99592755e2b12f0f0 (patch)
tree45b5f66f5f61a72bffe8ba44bc6aac9bdaf133b7
parent2d1115b4a8356d6d48d3466b63b32f8fc539afd0 (diff)
downloadpython-glanceclient-stable/newton.tar.gz
Use stable/newton branch in tox_install.sh wrapper script.newton-eolstable/newton
Change the branch to stable/newton to respect upper constraints properly. Change-Id: I0982479438fccf032132210619b351db4ccc8535
-rwxr-xr-xtools/tox_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tox_install.sh b/tools/tox_install.sh
index b6fcb4e..8096930 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-glanceclient
requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/null ; echo $?)