mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 01:44:21 +00:00
Pull in F30 Cockpit 210 update as a workaround
Otherwise the new cockpit main screen needle match fails, because 'machine' is not on the top part of the screen. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
13da4f2d26
commit
1098450fd6
@ -513,8 +513,9 @@ 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" => [],
|
||||
"31" => []
|
||||
# cockpit 210 so we get the fixed main screen
|
||||
"30" => ["FEDORA-2020-8ff69018de"],
|
||||
"31" => ["]
|
||||
);
|
||||
# then we'll download each update for our release:
|
||||
my $advisories = $workarounds{$version};
|
||||
|
Loading…
Reference in New Issue
Block a user