summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-03 07:20:41 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-03 07:20:41 +0000
commitc2880f36f348f1fb73af75565e6ce9d7d30cbc91 (patch)
treed588ef9850cc51fe656c0398edf48155d3931b98 /upgrade.py
parent26998d25e51b4df9a70bf7f7ff36c506336b42bf (diff)
downloadanaconda-c2880f36f348f1fb73af75565e6ce9d7d30cbc91.tar.gz
anaconda-c2880f36f348f1fb73af75565e6ce9d7d30cbc91.tar.xz
anaconda-c2880f36f348f1fb73af75565e6ce9d7d30cbc91.zip
let's go to not setting _install_langs as we've discussed and see if it
gets noticed for beta4. we can always revert back to having it easily enough but I don't think that the disk space usage is a good reason not to since it's virtually impossible to install the languages after the fact and nothing but anaconda ever looks at it anyway (#75184)
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/upgrade.py b/upgrade.py
index 561d264cf..51a3f40ee 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -515,8 +515,8 @@ def upgradeFindPackages(intf, method, id, instPath, dir):
langs = langs[1:-1]
break
del f
- if langs:
- rpm.addMacro("_install_langs", langs)
+## if langs:
+## rpm.addMacro("_install_langs", langs)
# check the installed system to see if the packages just
# are not newer in this release.