mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-29 02:25:50 +00:00
Except FEDORA-2025-14272e396a from updvercheck.py
We're intentionally rolling the kernel version back. It's fine, don't ask questions. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ee2ec48ce8
commit
bee2e1bd04
@ -58,6 +58,9 @@ except IndexError:
|
|||||||
sys.exit("Must specify two input filenames!")
|
sys.exit("Must specify two input filenames!")
|
||||||
try:
|
try:
|
||||||
updalias = sys.argv[3]
|
updalias = sys.argv[3]
|
||||||
|
if updalias == "FEDORA-2025-14272e396a":
|
||||||
|
print("Very special update, bypassing updvercheck")
|
||||||
|
sys.exit()
|
||||||
except IndexError:
|
except IndexError:
|
||||||
updalias = None
|
updalias = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user