diff options
author | msw <devnull@localhost> | 2000-07-24 19:09:53 +0000 |
---|---|---|
committer | msw <devnull@localhost> | 2000-07-24 19:09:53 +0000 |
commit | fc8db65c94be42ae0a8b4beca559e3b3d146a655 (patch) | |
tree | 2e6d1971b87243a1ecd9d5339d610975c120dfcd /python | |
parent | 2dbe09091b86efa2f2b1102e728323b74851b3bf (diff) | |
download | librpm-tizen-fc8db65c94be42ae0a8b4beca559e3b3d146a655.tar.gz librpm-tizen-fc8db65c94be42ae0a8b4beca559e3b3d146a655.tar.bz2 librpm-tizen-fc8db65c94be42ae0a8b4beca559e3b3d146a655.zip |
don't blow our foot off by calling rpmReadConfigFiles on the find upgrade packages case
CVS patchset: 3975
CVS date: 2000/07/24 19:09:53
Diffstat (limited to 'python')
-rw-r--r-- | python/upgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/upgrade.c b/python/upgrade.c index b1d087505..fe45e461a 100644 --- a/python/upgrade.c +++ b/python/upgrade.c @@ -454,7 +454,7 @@ int ugFindUpgradePackages(struct pkgSet *psp, char *installRoot) /*logDebugMessage(("ugFindUpgradePackages() ..."));*/ - rpmReadConfigFiles(NULL, NULL); +/* rpmReadConfigFiles(NULL, NULL); */ rpmSetVerbosity(RPMMESS_FATALERROR); old = rpmErrorSetCallback(emptyErrorCallback); |