Skip to content

Commit e90633a

Browse files
committed
chore(*): update pip installer tool to 6.0.8
See https://github.com/pypa/pip/releases/tag/6.0.8
1 parent 19d0371 commit e90633a

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
2020

2121
# install pip
22-
curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
22+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/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
@@ -29,7 +29,7 @@ apt-get update && apt-get install -yq \
2929
/etc/init.d/postgresql stop
3030

3131
# install pip
32-
curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
32+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
3333

3434
# install wal-e
3535
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 python-openssl liblzma-dev
2121

2222
# install pip
23-
curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
23+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/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
@@ -29,7 +29,7 @@ echo "You must reboot for the global $PATH changes to take effect."
2929

3030
# install test suite requirements
3131
apt-get install -yq curl mercurial python-dev libpq-dev libyaml-dev git postgresql postgresql-client
32-
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
32+
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
3333
pip install virtualenv
3434

3535
# 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
@@ -24,7 +24,7 @@ git clone https://github.com/jserver/mock-s3 /app/mock-s3
2424
cd /app/mock-s3
2525

2626
# install pip
27-
curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
27+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
2828

2929
python setup.py install
3030

0 commit comments

Comments
 (0)