1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-20 06:14:32 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Adam Williamson
f213b8767e Add F39 IoT version ident needle
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-03-21 18:40:27 -07:00
Adam Williamson
a2c8937e7a Update GNOME live welcome screen needle
It got redesigned. No icon any more.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-03-21 18:39:43 -07:00
Adam Williamson
e7f5e5e9b4 Add workarounds for critical bugs in Rawhide
An lvm2 issue which breaks the installer (#2180557) and anaconda
renaming the .desktop file for the Workstation live welcome
screen, which caused it not to appear -
https://pagure.io/livesys-scripts/pull-request/12 .

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-03-21 18:04:00 -07:00
Adam Williamson
873720b97b Drop workaround which went stable a few days ago
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-03-21 18:03:34 -07:00
5 changed files with 34 additions and 1 deletions

View File

@ -480,7 +480,7 @@ sub setup_workaround_repo {
"36" => [],
"37" => [],
"38" => [],
"39" => ["FEDORA-2023-ba8376ffd9"],
"39" => ["FEDORA-2023-935d3e1c1a", "FEDORA-2023-5fbcf33c26"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 114,
"ypos": 15,
"height": 16,
"xpos": 781,
"type": "match"
}
],
"properties": [],
"tags": [
"version_39_ident"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1,18 @@
{
"area": [
{
"width": 117,
"ypos": 530,
"xpos": 354,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"live_initial_anaconda_launcher",
"live_start_anaconda_icon",
"ENV-DISTRI-fedora",
"DESKTOP-gnome"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 KiB