mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-26 04:30:58 +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
1 changed files with 2 additions and 2 deletions
|
@ -517,8 +517,8 @@ sub _repo_setup_updates {
|
|||
# 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
|
||||
my %workarounds = (
|
||||
"30" => ['FEDORA-2019-9ff3036c0a'],
|
||||
"31" => ['FEDORA-2019-6f121fa8a0']
|
||||
"30" => [],
|
||||
"31" => []
|
||||
);
|
||||
# then we'll download each update for our release:
|
||||
my $advisories = $workarounds{$version};
|
||||
|
|
Loading…
Reference in a new issue