mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-25 06:31:26 +00:00
Drop no-longer-needed update workarounds
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
367433c298
commit
fcb06a874c
@ -517,8 +517,8 @@ sub _repo_setup_updates {
|
|||||||
# a hash of releases and update IDs. if no workarounds are needed
|
# a hash of releases and update IDs. if no workarounds are needed
|
||||||
# for any release, the hash can be empty and this will do nothing
|
# for any release, the hash can be empty and this will do nothing
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => ['FEDORA-2019-9ff3036c0a'],
|
"30" => [],
|
||||||
"31" => ['FEDORA-2019-6f121fa8a0']
|
"31" => []
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advisories = $workarounds{$version};
|
my $advisories = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user