[yum-commits] yum/config.py
James Antill
james at osuosl.org
Tue Nov 19 16:57:27 UTC 2013
yum/config.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ecf31eee67bd3c5668f8b244c086365ebc510c05
Author: James Antill <james at and.org>
Date: Tue Nov 19 11:57:13 2013 -0500
Actually add the config. for autocheck_running_kernel.
diff --git a/yum/config.py b/yum/config.py
index c43c41b..45abfd6 100644
--- a/yum/config.py
+++ b/yum/config.py
@@ -898,6 +898,8 @@ class YumConf(StartupConf):
depsolve_loop_limit = PositiveIntOption(100, names_of_0=["<forever>"])
+ autocheck_running_kernel = BoolOption(True)
+
_reposlist = []
def dump(self):
More information about the Yum-commits
mailing list