1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

ostree: bump the bundled flatpak base release to 39

This has been done for Rawhide and Branched, so let's do it in
the script too.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-10-10 08:07:16 -07:00
parent 85f4e46e6f
commit 542a08dd10

View File

@ -5,7 +5,7 @@ import sys
# the "current" base platform version, i.e. the one that the GNOME # the "current" base platform version, i.e. the one that the GNOME
# app builds currently tagged "stable" need # app builds currently tagged "stable" need
BASEVER = "38" BASEVER = "39"
# a regex to find where we replace that # a regex to find where we replace that
BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)") BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")