diff --git a/main.pm b/main.pm index f9061d8a..ac443b41 100644 --- a/main.pm +++ b/main.pm @@ -378,6 +378,14 @@ sub load_postinstall_tests() { ## LOADING STARTS HERE +# UGH UGLY HACK +if (get_var('ADVISORY') eq 'FEDORA-2026-54c7ad647e') { + set_var('TAG', 'f45-build-side-140796'); + set_var('ADVISORY', ''); + set_var('ADVISORY_OR_TASK', 'f45-build-side-140796'); + my $arch = get_var('ARCH'); + set_var('UPDATE_OR_TAG_REPO', "https://kojipkgs.fedoraproject.org/repos/f45-build-side-140796/latest/${arch}"); +} # if user set ENTRYPOINT, run required test directly # (good for tests where it doesn't make sense to use _boot_to_anaconda, _software_selection etc.) # if you want to run more than one test via ENTRYPOINT, separate them with space