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:
parent
a050a3b25e
commit
89a96ccb89
1 changed files with 2 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue