yifengyou / rpms / yum

Forked from rpms/yum 3 years ago
Clone

Blame SOURCES/centos-branding-yum.patch

b689c6
diff -uNrp yum-3.4.3.orig/yum/constants.py yum-3.4.3/yum/constants.py
b689c6
--- yum-3.4.3.orig/yum/constants.py	2018-01-30 11:17:56.961899488 +0000
b689c6
+++ yum-3.4.3/yum/constants.py	2018-01-30 11:41:57.421866122 +0000
b689c6
@@ -123,22 +123,22 @@ REPO_PROBLEM_PACKAGE=5
b689c6
 
b689c6
 
b689c6
 ERRORS_TO_KBASE_ARTICLES = {
b689c6
-    404: """To address this issue please refer to the below knowledge base article 
b689c6
+    404: """To address this issue please refer to the below wiki article 
b689c6
 
b689c6
-https://access.redhat.com/articles/1320623
b689c6
+https://wiki.centos.org/yum-errors
b689c6
 
b689c6
-If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
b689c6
+If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
b689c6
 """,
b689c6
-    403: """To address this issue please refer to the below knowledge base article
b689c6
+    403: """To address this issue please refer to the below wiki article
b689c6
 
b689c6
-https://access.redhat.com/solutions/69319
b689c6
+https://wiki.centos.org/yum-errors
b689c6
 
b689c6
-If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
b689c6
+If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
b689c6
 """,
b689c6
-    60: """It was impossible to connect to the Red Hat servers.
b689c6
+    60: """It was impossible to connect to the CentOS servers.
b689c6
 This could mean a connectivity issue in your environment, such as the requirement to configure a proxy,
b689c6
 or a transparent proxy that tampers with TLS security, or an incorrect system clock.
b689c6
-Please collect information about the specific failure that occurs in your environment,
b689c6
-using the instructions in: https://access.redhat.com/solutions/1527033 and open a ticket with Red Hat Support.
b689c6
+You can try to solve this issue by using the instructions on https://wiki.centos.org/yum-errors
b689c6
+If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
b689c6
 """
b689c6
-}
b689c6
\ No newline at end of file
b689c6
+}