summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-10 01:43:43 +0000
committerMatt Wilson <msw@redhat.com>2001-08-10 01:43:43 +0000
commitb94f16707a209f74c9938f63caa8d9b0c7cacbe6 (patch)
treef621d2b680a6403618b18bae19068861352d4b1f /upgrade.py
parent9829483791222625d2314659e4bc2b7833b1dfb3 (diff)
downloadanaconda-b94f16707a209f74c9938f63caa8d9b0c7cacbe6.tar.gz
anaconda-b94f16707a209f74c9938f63caa8d9b0c7cacbe6.tar.xz
anaconda-b94f16707a209f74c9938f63caa8d9b0c7cacbe6.zip
CYA message for those that read the source
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade.py b/upgrade.py
index 9478d95c7..b70847acc 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -336,6 +336,13 @@ def upgradeFindPackages (intf, method, id, instPath, dir):
h = i.next()
while h:
release = h[rpm.RPMTAG_RELEASE]
+ # I'm going to try to keep this message as politically correct
+ # as possible. I think the Ximian GNOME is a very pretty desktop
+ # and the hackers there do an extraordinary amount of work on
+ # them. But it throws a huge wrench in our upgrade process. We
+ # just want to warn our users that there are packages on the system
+ # that might get messed up during the upgrade process. Nothing
+ # personal, guys. - msw
if (string.find(h[rpm.RPMTAG_RELEASE], "helix") > -1
or string.find(h[rpm.RPMTAG_RELEASE], "ximian") > -1
or string.find(h[rpm.RPMTAG_RELEASE], "eazel") > -1):