[yum-commits] Branch 'yum-3_2_X' - yumcommands.py
James Antill
james at osuosl.org
Tue Mar 10 17:43:02 UTC 2009
yumcommands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 32f346fa1cba8a5eecf783c94ba378b4bef07cca
Author: James Antill <james at and.org>
Date: Tue Mar 10 13:14:31 2009 -0400
Allow non-root users to makecache on their /var/tmp cachedirs
diff --git a/yumcommands.py b/yumcommands.py
index 8a8a620..fee8060 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -488,7 +488,7 @@ class MakeCacheCommand(YumCommand):
return _("Generate the metadata cache")
def doCheck(self, base, basecmd, extcmds):
- checkRootUID(base)
+ pass
def doCommand(self, base, basecmd, extcmds):
base.logger.debug(_("Making cache files for all metadata files."))
More information about the Yum-commits
mailing list