mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Update base platform version in ostree-parse-pungi.py
Why did I do this? Not sure. I guess I figured it's too much trouble to get it updated on every pungi-fedora branch? Anyway. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6ae2e05484
commit
ed58b15432
@ -5,7 +5,7 @@ import sys
|
||||
|
||||
# the "current" base platform version, i.e. the one that the GNOME
|
||||
# app builds currently tagged "stable" need
|
||||
BASEVER = "37"
|
||||
BASEVER = "38"
|
||||
# a regex to find where we replace that
|
||||
BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user