mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 01:44:21 +00:00
Add kwin scratch build to fix RHBZ #2047503 as an F36 workaround
Scratch build because we don't have a single-build update with the fix, it's likely gonna be included in the 5.24.2 megaupdate. I don't want to use that whole thing as a workaround, so I did a 5.24.1 scratch build with the fix instead. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
815fc3a758
commit
1417f1023e
@ -463,7 +463,8 @@ sub setup_workaround_repo {
|
|||||||
assert_script_run "pushd /opt/workarounds_repo";
|
assert_script_run "pushd /opt/workarounds_repo";
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"34" => [],
|
"34" => [],
|
||||||
"35" => []
|
"35" => [],
|
||||||
|
"36" => ["83236339"]
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user