In staging, build Bodhi from the 5.1 branch

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2019-11-21 11:59:53 +01:00 committed by Pierre-Yves Chibon
parent e8f375be5c
commit 31dccd36bd

View file

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