bodhi: move to version 7.2.2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
baf7ca1a00
commit
cd6cbe632e
4 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
# Set the Bodhi variables
|
# Set the Bodhi variables
|
||||||
bodhi_version: "7.2.1"
|
bodhi_version: "7.2.2"
|
||||||
bodhi_openshift_pods: 1
|
bodhi_openshift_pods: 1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
# Set the Bodhi variables
|
# Set the Bodhi variables
|
||||||
bodhi_version: "7.2.1"
|
bodhi_version: "7.2.2"
|
||||||
bodhi_openshift_pods: 1
|
bodhi_openshift_pods: 1
|
||||||
|
|
|
@ -73,7 +73,7 @@ fedmsg_certs:
|
||||||
group: ftpsync
|
group: ftpsync
|
||||||
owner: root
|
owner: root
|
||||||
service: ftpsync
|
service: ftpsync
|
||||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/37/Server/x86_64/os/
|
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/38/Server/x86_64/os/
|
||||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||||
max_mem_size: 98304
|
max_mem_size: 98304
|
||||||
mem_size: 98304
|
mem_size: 98304
|
||||||
|
|
|
@ -19,9 +19,6 @@ RUN dnf install -y bodhi-server python3-pyramid_sawing python3-gunicorn sed --re
|
||||||
RUN dnf install -y bodhi-server-{{bodhi_version}} python3-pyramid_sawing python3-gunicorn sed
|
RUN dnf install -y bodhi-server-{{bodhi_version}} python3-pyramid_sawing python3-gunicorn sed
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# HOTFIX for https://github.com/fedora-infra/bodhi/pull/4687
|
|
||||||
RUN sed -i -e 's|verbose=False|verbose=True|' /usr/lib/python3*/site-packages/bodhi/server/models.py
|
|
||||||
|
|
||||||
# link the static files for a simpler httpd.conf
|
# link the static files for a simpler httpd.conf
|
||||||
RUN ln -s $(python3 -Ic "import sysconfig; print(sysconfig.get_path('purelib', 'rpm_prefix'))")/bodhi/server/static/ /srv/bodhi-static
|
RUN ln -s $(python3 -Ic "import sysconfig; print(sysconfig.get_path('purelib', 'rpm_prefix'))")/bodhi/server/static/ /srv/bodhi-static
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue