forked from rpms/leapp-repository
c64266d19b
- Introduce new upgrade path RHEL 8.9 -> 9.3 - Update leapp data files to reflect new changes between systems - Detect and report use of deprecated Xorg drivers - Minor improvements of generated reports - Fix false positive report about invalid symlinks - Inhibit the upgrade when unsupported x86-64 microarchitecture is detected - Resolves: rhbz#2215997
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 7043c7e0c5e674f4337ea0d141e19e5cefbbe79d Mon Sep 17 00:00:00 2001
|
|
From: Marek Filip <wecros@gmail.com>
|
|
Date: Wed, 31 May 2023 13:39:39 +0200
|
|
Subject: [PATCH 26/30] Fix doc link in checktargetrepos.py
|
|
|
|
---
|
|
.../actors/checktargetrepos/libraries/checktargetrepos.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py b/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py
|
|
index 77d53feb..5a53bf21 100644
|
|
--- a/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py
|
|
+++ b/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py
|
|
@@ -32,7 +32,7 @@ def process():
|
|
if target_major_version == '8':
|
|
ipu_doc_url = (
|
|
'https://access.redhat.com/documentation/en-us/'
|
|
- 'red_hat_enterprise_linux/8/html-single/upgrading_to_rhel_8/index'
|
|
+ 'red_hat_enterprise_linux/8/html-single/upgrading_from_rhel_7_to_rhel_8/index'
|
|
)
|
|
elif target_major_version == '9':
|
|
ipu_doc_url = 'TBA'
|
|
--
|
|
2.40.1
|
|
|