bodhi: clone from pingou's fork to debug something in stg

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-02-20 13:43:12 +01:00
parent a050a3b25e
commit 89a96ccb89

View file

@ -45,7 +45,8 @@ RUN dnf install -y \
koji && \
dnf clean all
RUN git clone -b 5.1 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \
#RUN git clone -b 5.1 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \
RUN git clone -b 5.1 https://github.com/pypingou/bodhi.git /srv/bodhi && \
cd /srv/bodhi && \
python3 -m pip install . --no-use-pep517 && \
mkdir -p /usr/share/bodhi && \