In staging, build Bodhi from the 5.1 branch
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e8f375be5c
commit
31dccd36bd
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue