mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
In staging, build Bodhi from the 5.1 branch
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
e8f375be5c
commit
31dccd36bd
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user