Skip to content

Commit 1cdf41e

Browse files
committed
Merge pull request #3468 from mboersma/update-pip
chore(*): update pip installer tool to 6.1.1
2 parents fa48fd2 + 914d88b commit 1cdf41e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

controller/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apt-get update && \
1919
apt-get install -yq python-dev libffi-dev libpq-dev libyaml-dev git libldap2-dev libsasl2-dev
2020

2121
# install pip
22-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
22+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
2323

2424
# add a deis user
2525
useradd deis --home-dir /app --shell /bin/bash

database/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ apt-get update && apt-get install -yq \
3232
/etc/init.d/postgresql stop
3333

3434
# install pip
35-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
35+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
3636

3737
# install wal-e
3838
cd /tmp

registry/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apt-get update && \
2020
libevent-dev libssl-dev libyaml-0-2 libyaml-dev python-openssl liblzma-dev swig
2121

2222
# install pip
23-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
23+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
2424

2525
# create a registry user
2626
useradd -s /bin/bash registry

tests/bin/setup-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo "You must reboot for the global $PATH changes to take effect."
3434

3535
# install test suite requirements
3636
apt-get install -yq curl mercurial python-dev libffi-dev libpq-dev libyaml-dev git postgresql postgresql-client libldap2-dev libsasl2-dev
37-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
37+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
3838
pip install virtualenv
3939

4040
# create jenkins user and install node bootstrap script

tests/fixtures/mock-store/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd /app/mock-s3
2525
curl https://gist.githubusercontent.com/anonymous/c565f11a8d90d6e2d92b/raw/c5815f6c83aa5c2cfb7b0a34cfab4a075c97be16/mock-s3-post.diff|git apply
2626

2727
# install pip
28-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
28+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
2929

3030
python setup.py install
3131

0 commit comments

Comments
 (0)