mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-15 17:51:27 +00:00
OK adam remember how we make an empty array? you got this buddy
I believe in you! We ALL believe in you! Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8832c5b81e
commit
e8ea8a7fe5
@ -439,8 +439,8 @@ sub setup_workaround_repo {
|
|||||||
assert_script_run "mkdir -p /opt/workarounds_repo";
|
assert_script_run "mkdir -p /opt/workarounds_repo";
|
||||||
assert_script_run "pushd /opt/workarounds_repo";
|
assert_script_run "pushd /opt/workarounds_repo";
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => [""],
|
"30" => [],
|
||||||
"31" => [""],
|
"31" => [],
|
||||||
# fix for lmod breaking console output tests, latest pki to
|
# fix for lmod breaking console output tests, latest pki to
|
||||||
# avoid broken FreeIPA upgrades (it can't go backwards)
|
# avoid broken FreeIPA upgrades (it can't go backwards)
|
||||||
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-5f05c3ec46"]
|
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-5f05c3ec46"]
|
||||||
|
Loading…
Reference in New Issue
Block a user