forked from infra/ansible
bodhi: hotfix for ELN gating
See https://github.com/fedora-infra/bodhi/pull/6110 Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
31b024cdf5
commit
564b6552f6
1 changed files with 6 additions and 0 deletions
|
|
@ -33,4 +33,10 @@ RUN chmod -R a+w $(python3 -Ic "import sysconfig; print(sysconfig.get_path('pure
|
|||
RUN dnf install -y procps-ng fpaste
|
||||
{% endif %}
|
||||
|
||||
{% 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
|
||||
RUN patch -p3 -rutN -d /usr/lib/python3.14/site-packages/bodhi < /tmp/bodhi_eln.patch
|
||||
{% endif %}
|
||||
|
||||
ENV USER=openshift
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue