ansible/roles/hotness/files/yumconfig

36 lines
740 B
Text
Raw Normal View History

2014-11-20 03:25:12 +00:00
[main]
cachedir=/var/cache/yum-hotness/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum-hotness.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
# It is usually 90m. We'll expire often..
2015-01-23 19:27:22 +00:00
metadata_expire=5m
2014-11-20 03:25:12 +00:00
# We have three repos to query...
[rawhide-x86_64]
name=Rawhide x86_64
2014-11-20 03:25:12 +00:00
failovermethod=priority
baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/x86_64/
enabled=1
gpgcheck=0
[rawhide-i386]
name=Rawhide i386
failovermethod=priority
baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/i386/
enabled=1
gpgcheck=0
[rawhide-armhfp]
name=Rawhide armhfp
failovermethod=priority
baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/armhfp/
2014-11-20 03:25:12 +00:00
enabled=1
gpgcheck=0