diff --git a/pypy/master/Dockerfile b/pypy/master/Dockerfile index 73c40e2..7390d63 100644 --- a/pypy/master/Dockerfile +++ b/pypy/master/Dockerfile @@ -1,3 +1,2 @@ from pypy:2-onbuild -RUN pip install /usr/src/app/buildbot-0.9.2_3_g618e05f-py2-none-any.whl CMD /usr/src/app/start_buildbot.sh diff --git a/pypy/master/buildbot-0.9.2_3_g618e05f-py2-none-any.whl b/pypy/master/buildbot-0.9.2_3_g618e05f-py2-none-any.whl deleted file mode 100644 index d90f781..0000000 Binary files a/pypy/master/buildbot-0.9.2_3_g618e05f-py2-none-any.whl and /dev/null differ diff --git a/pypy/master/requirements.txt b/pypy/master/requirements.txt index 2f8afc7..3d06239 100644 --- a/pypy/master/requirements.txt +++ b/pypy/master/requirements.txt @@ -1,2 +1,2 @@ -buildbot[bundle] +buildbot==0.8.12 psycopg2cffi-compat