Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
yum
> yum-3.2.2.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File yum-3.2.2.patch of Package yum (Revision 10)
Currently displaying revision
10
,
show latest
--- yum/config.py +++ yum/config.py @@ -629,7 +629,7 @@ # yum-updatesd is running. metadata_expire = SecondsOption(60 * 90) mirrorlist_expire = SecondsOption(86400) # time in seconds (1 day) - rpm_check_debug = BoolOption(True) + rpm_check_debug = BoolOption(False) disable_excludes = ListOption() skip_broken = BoolOption(False) # Note that "instant" is the old behaviour, but group:primary is very