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