File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apk add --update-cache \
2424 python-dev
2525
2626# install pip
27- curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1 /contrib/get-pip.py | python -
27+ curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3 /contrib/get-pip.py | python -
2828
2929# add a deis user
3030adduser deis -D -h /app -s /bin/bash
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ apk add /tmp/pv-1.6.0-r0.apk
3131/etc/init.d/postgresql stop || true
3232
3333# install pip
34- curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1 /contrib/get-pip.py | python -
34+ curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3 /contrib/get-pip.py | python -
3535
3636# install wal-e
3737cd /tmp
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apk add --update-cache \
2222 xz-dev
2323
2424# install pip
25- curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1 /contrib/get-pip.py | python -
25+ curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3 /contrib/get-pip.py | python -
2626
2727# workaround to python > 2.7.8 SSL issues
2828pip install pyopenssl ndg-httpsclient pyasn1
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.1.1 /contrib/get-pip.py | python -
37+ curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3 /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 @@ -29,7 +29,7 @@ cd /app/mock-s3
2929curl https://gist.githubusercontent.com/anonymous/c565f11a8d90d6e2d92b/raw/c5815f6c83aa5c2cfb7b0a34cfab4a075c97be16/mock-s3-post.diff| git apply
3030
3131# install pip
32- curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1 /contrib/get-pip.py | python -
32+ curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3 /contrib/get-pip.py | python -
3333
3434python setup.py install
3535
You can’t perform that action at this time.
0 commit comments