(hotness) use kojira repos instead of the dl.fp.o ones.

This commit is contained in:
Ralph Bean 2015-02-23 17:22:59 +00:00
parent f857c20abb
commit 0e140d63c8
2 changed files with 19 additions and 5 deletions

View file

@ -12,10 +12,24 @@ installonly_limit=3
# It is usually 90m. We'll expire often.. # It is usually 90m. We'll expire often..
metadata_expire=5m metadata_expire=5m
# We have only one repo to query... # We have three repos to query...
[rawhide-source] [rawhide-x86_64]
name=Rawhide Source name=Rawhide x86_64
failovermethod=priority failovermethod=priority
baseurl=http://dl.phx2.fedoraproject.org/pub/fedora/linux/development/rawhide/source/SRPMS/ 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 enabled=1
gpgcheck=0 gpgcheck=0

View file

@ -83,7 +83,7 @@ config = {
"hotness.cache": { "hotness.cache": {
"backend": "dogpile.cache.dbm", "backend": "dogpile.cache.dbm",
"expiration_time": 300, "expiration_time": 290,
"arguments": { "arguments": {
"filename": "/var/tmp/the-new-hotness-cache.dbm", "filename": "/var/tmp/the-new-hotness-cache.dbm",
}, },