mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
Update workarounds (drop update now stable, add F31 libdnf fix)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
214f2cc8eb
commit
66e53feb4d
@ -513,9 +513,9 @@ 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 = (
|
||||||
# cockpit 210 so we get the fixed main screen
|
"30" => [],
|
||||||
"30" => ["FEDORA-2020-8ff69018de"],
|
# libdnf fix for #1795004
|
||||||
"31" => []
|
"31" => ["FEDORA-2020-980b80f9d9"]
|
||||||
);
|
);
|
||||||
# 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