mirror of
https://github.com/daniviga/qgis3-cd-copr.git
synced 2024-11-22 01:36:13 +01:00
Update Twisted and buildbot
This commit is contained in:
parent
7672102f8b
commit
b9dc81025c
|
@ -6,8 +6,8 @@ RUN dnf install -y sudo findutils tar bzip2 git python3-pip mock copr-cli && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
find /var/cache/dnf -type f -delete
|
find /var/cache/dnf -type f -delete
|
||||||
# Use a Twisted binary wheel to avoid too many dependencies
|
# 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 \
|
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-18.9.0-cp36-cp36m-manylinux1_x86_64.whl \
|
||||||
buildbot-worker==1.2.0
|
buildbot-worker==1.5.0
|
||||||
|
|
||||||
RUN useradd -u 1000 builder && \
|
RUN useradd -u 1000 builder && \
|
||||||
usermod -a -G mock builder
|
usermod -a -G mock builder
|
||||||
|
|
|
@ -6,8 +6,8 @@ RUN dnf install -y sudo findutils tar bzip2 git python3-pip mock copr-cli && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
find /var/cache/dnf -type f -delete
|
find /var/cache/dnf -type f -delete
|
||||||
# Use a Twisted binary wheel to avoid too many dependencies
|
# 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 \
|
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-18.9.0-cp36-cp36m-manylinux1_x86_64.whl \
|
||||||
buildbot-worker==1.2.0
|
buildbot-worker==1.5.0
|
||||||
|
|
||||||
RUN useradd -u 1000 builder && \
|
RUN useradd -u 1000 builder && \
|
||||||
usermod -a -G mock builder
|
usermod -a -G mock builder
|
||||||
|
|
|
@ -6,8 +6,8 @@ RUN dnf install -y sudo findutils tar bzip2 git python3-pip mock copr-cli && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
find /var/cache/dnf -type f -delete
|
find /var/cache/dnf -type f -delete
|
||||||
# Use a Twisted binary wheel to avoid too many dependencies
|
# 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 \
|
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-18.9.0-cp37-cp37m-manylinux1_x86_64.whl \
|
||||||
buildbot-worker==1.2.0
|
buildbot-worker==1.5.0
|
||||||
|
|
||||||
RUN useradd -u 1000 builder && \
|
RUN useradd -u 1000 builder && \
|
||||||
usermod -a -G mock builder
|
usermod -a -G mock builder
|
||||||
|
|
Loading…
Reference in New Issue
Block a user