Update Twisted and buildbot

This commit is contained in:
Daniele Viganò 2018-10-24 10:55:57 +02:00
parent 7672102f8b
commit b9dc81025c
Signed by: dani
GPG Key ID: DB49AFC03C40EE02
3 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ RUN dnf install -y sudo findutils tar bzip2 git python3-pip mock copr-cli && \
dnf clean all && \
find /var/cache/dnf -type f -delete
# Use a Twisted binary wheel to avoid too many dependencies
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-manylinux1_x86_64.whl \
buildbot-worker==1.2.0
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-18.9.0-cp36-cp36m-manylinux1_x86_64.whl \
buildbot-worker==1.5.0
RUN useradd -u 1000 builder && \
usermod -a -G mock builder

View File

@ -6,8 +6,8 @@ RUN dnf install -y sudo findutils tar bzip2 git python3-pip mock copr-cli && \
dnf clean all && \
find /var/cache/dnf -type f -delete
# Use a Twisted binary wheel to avoid too many dependencies
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-manylinux1_x86_64.whl \
buildbot-worker==1.2.0
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-18.9.0-cp36-cp36m-manylinux1_x86_64.whl \
buildbot-worker==1.5.0
RUN useradd -u 1000 builder && \
usermod -a -G mock builder

View File

@ -6,8 +6,8 @@ RUN dnf install -y sudo findutils tar bzip2 git python3-pip mock copr-cli && \
dnf clean all && \
find /var/cache/dnf -type f -delete
# Use a Twisted binary wheel to avoid too many dependencies
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-manylinux1_x86_64.whl \
buildbot-worker==1.2.0
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-18.9.0-cp37-cp37m-manylinux1_x86_64.whl \
buildbot-worker==1.5.0
RUN useradd -u 1000 builder && \
usermod -a -G mock builder