ansible/roles/mirrormanager/backend/files/mm2_umdl-required.logrotate
Adrian Reber 3e140185bd Only run umdl if the data has actually changed
/usr/bin/mm2_update-master-directory-list is now wrapped with a
script which queries the fedmsg bus if there is actually new data
on the master mirror. So now it is wrapped with a lock wrapper
and fedmsg query wrapper.
2015-05-04 10:20:45 +00:00

9 lines
139 B
Text

/var/log/mirrormanager/umdl-required.log {
missingok
notifempty
daily
dateext
rotate 15
postrotate
endscript
}