Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit aece753

Browse files
committed
Merge pull request #50 from rillian/python-2.7.11
Python 2.7.11
2 parents 9f3f3c9 + 4364576 commit aece753

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

slaves/dist/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ COPY dist/build_git.sh /build/
8080
RUN /bin/bash build_git.sh && rm -rf /build
8181

8282
# Install buildbot and prep it to run
83-
RUN curl https://bootstrap.pypa.io/ez_setup.py | python
84-
RUN easy_install buildbot-slave
83+
RUN curl https://bootstrap.pypa.io/get-pip.py | python
84+
RUN pip install buildbot-slave
8585

8686
# Clean up after ourselves, make sure that `cc` is a thing, and then make the
8787
# default working directory a "home-ish" directory

slaves/dist/build_python.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=2.7.10
6-
SHA256=eda8ce6eec03e74991abb5384170e7c65fcd7522e409b8e83d7e6372add0f12a
5+
VERSION=2.7.11
6+
SHA256=82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6
77

88
yum install -y bzip2-devel
99
curl https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tgz | \

0 commit comments

Comments
 (0)