Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add F41 tests #145

Merged
merged 19 commits into from
Oct 30, 2024
Prev Previous commit
Next Next commit
set to 42 to test hardcoded option
  • Loading branch information
noelmiller committed Oct 28, 2024
commit 92b626b44bbcd8341d6693c43cb8216b84c816aa
2 changes: 1 addition & 1 deletion lorax_templates/flatpak_set_repo.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%page args="flatpak_remote_name, _flatpak_repo_url, version"/>
% if int(version) >= 41:
% if int(version) >= 42:
append etc/anaconda/conf.d/anaconda.conf "[Payload]\nflatpak_remote = ${flatpak_remote_name} oci+${_flatpak_repo_url}"
% else:
replace "flatpak_manager\.add_remote\(\".*\", \".*\"\)" "flatpak_manager.add_remote(\"${flatpak_remote_name}\", \"${_flatpak_repo_url}\")" /usr/lib64/python*/site-packages/pyanaconda/modules/payloads/payload/rpm_ostree/flatpak_installation.py
Loading