mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-18 08:33:08 +00:00
Compare commits
4 Commits
e95996fd02
...
c4d4df6bad
Author | SHA1 | Date | |
---|---|---|---|
|
c4d4df6bad | ||
|
564d0190fd | ||
|
601555d79b | ||
|
341c792b31 |
@ -473,9 +473,9 @@ sub get_setup_repos_script {
|
||||
sub get_workarounds {
|
||||
my $version = shift || get_var("VERSION");
|
||||
my %workarounds = (
|
||||
"40" => [],
|
||||
"40" => ["FEDORA-2024-07a6f9366e"],
|
||||
"41" => [],
|
||||
"42" => ["FEDORA-2024-3588cd5a27", "FEDORA-2024-1e10898d68"],
|
||||
"42" => [],
|
||||
"eln" => [],
|
||||
);
|
||||
my $advortasks = $workarounds{$version};
|
||||
|
@ -8,13 +8,8 @@
|
||||
"xpos": 20
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "workaround",
|
||||
"value": "works around anaconda title bar being visible in KDE, which it should not be"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"leftbar_generic"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user