Add the indexer configuration for new fedora-packages nodes.

This commit is contained in:
Ralph Bean 2014-03-12 19:00:39 +00:00
parent f0e82d53af
commit f8fb27b666
10 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,24 @@
/var/log/fedoracommunity/cron-sync-latest-builds.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedoracommunity/cron-sync-package-builds.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedoracommunity/cron-sync-yum.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedoracommunity/cron-flush-pkgs-cache.log {
missingok
notifempty
rotate 4
weekly
}