[yum-commits] etc/yum-cron-hourly.conf
zpavlas at osuosl.org
zpavlas at osuosl.org
Wed Sep 4 12:39:33 UTC 2013
etc/yum-cron-hourly.conf | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
New commits:
commit a599377b31e627c69d5531a72f87382e7fdbb8a1
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date: Wed Sep 4 14:38:10 2013 +0200
update /etc/yum-cron-hourly.conf. BZ 1002623
diff --git a/etc/yum-cron-hourly.conf b/etc/yum-cron-hourly.conf
index 3d4392d..2d52349 100644
--- a/etc/yum-cron-hourly.conf
+++ b/etc/yum-cron-hourly.conf
@@ -64,7 +64,16 @@ group_list = None
group_package_types = mandatory, default
[base]
-# override yum options of the same name
-# skip_broken = True
+# This section overrides yum.conf
+
+# Use this to filter Yum core messages
+# -4: critical
+# -3: critical+errors
+# -2: critical+errors+warnings (default)
+debuglevel = -2
+# skip_broken = True
mdpolicy = group:main
+
+# Uncomment to auto-import new gpg keys (dangerous)
+# assumeyes = True
More information about the Yum-commits
mailing list