Update to a newer version of pip 70/15570/1
authorKyle Mestery <mestery@mestery.com>
Tue, 10 Feb 2015 13:03:20 +0000 (13:03 +0000)
committerKyle Mestery <mestery@mestery.com>
Tue, 10 Feb 2015 13:04:10 +0000 (13:04 +0000)
devstack now installs pip version 6.0.8, so lets use that here
as well.

Change-Id: Ifea276baaf4f9ad0942c57e09eab6d0d69c32e25
Signed-off-by: Kyle Mestery <mestery@mestery.com>
jjb/ovsdb/include-raw-openstack-ci.sh

index 344b7955ed621cc787070ab5dc085e304bcff9e6..adfeef181d2f9682e46e1aa86851fcbbe516d047 100644 (file)
@@ -30,9 +30,9 @@ cat $DEVSTACKDIR/firewall.sh
 $DEVSTACKDIR/firewall.sh
 
 # FIXME: update version of pip being used here
-curl -O https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz
-tar xvfz pip-1.4.1.tar.gz
-cd pip-1.4.1
+curl -O https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz
+tar xvfz pip-6.0.8.tar.gz
+cd pip-6.0.8
 sudo -E python setup.py install
 sudo pip install testtools