File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525useradd deis --home-dir /app --shell /bin/bash
Original file line number Diff line number Diff 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
3838cd /tmp
Original file line number Diff line number Diff 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
2626useradd -s /bin/bash registry
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ echo "You must reboot for the global $PATH changes to take effect."
3434
3535# install test suite requirements
3636apt-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 -
3838pip install virtualenv
3939
4040# create jenkins user and install node bootstrap script
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cd /app/mock-s3
2525curl 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
3030python setup.py install
3131
You can’t perform that action at this time.
0 commit comments