forked from infra/ansible
bodhi: fix the hotfix patch
test_models.py is not packaged, so we need to use a modified patch file with the changes to that file stripped. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f89447b834
commit
f1bd6131f6
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@ RUN dnf install -y procps-ng fpaste
|
|||
|
||||
{% if env != "staging" %}
|
||||
# Temporary backport patch for ELN kernel gating
|
||||
RUN curl https://github.com/fedora-infra/bodhi/commit/3e50cc192417cbe76caae8440ae27eb2b1928fae.patch -o /tmp/bodhi_eln.patch
|
||||
# This is https://github.com/fedora-infra/bodhi/commit/3e50cc192417cbe76caae8440ae27eb2b1928fae.patch
|
||||
# with the test_models.py part removed as it's not in the package
|
||||
RUN curl https://adamwill.fedorapeople.org/3e50cc192417cbe76caae8440ae27eb2b1928fae-mod.patch -o /tmp/bodhi_eln.patch
|
||||
RUN patch -p3 -rutN -d /usr/lib/python3.14/site-packages/bodhi < /tmp/bodhi_eln.patch
|
||||
{% endif %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue