35 lines
740 B
Text
35 lines
740 B
Text
[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..
|
|
metadata_expire=5m
|
|
|
|
# We have three repos to query...
|
|
[rawhide-x86_64]
|
|
name=Rawhide x86_64
|
|
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/
|
|
enabled=1
|
|
gpgcheck=0
|