summaryrefslogtreecommitdiffstats
path: root/roles/mirrormanager/backend/files/umdl-required
Commit message (Collapse)AuthorAgeFilesLines
* mirrormanager2: change umdl-required scriptAdrian Reber2017-06-181-23/+22
| | | | | | | | | | The umdl-required script used to query the message bus if there have been changes on the master mirror. With the new stat()-less umdl implementation the message bus is no longer queried but only the ctime of the fullfiletimelist-* is checked to see if it has changed since the last run. Signed-off-by: Adrian Reber <adrian@lisas.de>
* Always require UMDL for secondary for nowPatrick Uiterwijk2015-12-091-1/+4
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Also switch to fedmsg based umdl crawl for SecondaryAdrian Reber2015-07-021-4/+9
|
* Run umdl for each category separately.Adrian Reber2015-06-291-9/+21
| | | | | | | | From now on each umdl category is run separately at different times. The categories 'Fedora Linux' and 'Fedora EPEL' are started every 30 minutes and if there has been a sync available fedmsg umdl is run for just that category. The remaining categories are run once per day at different times (00:00, 08:00, 16:00).
* Remember the start time of the last umdl runAdrian Reber2015-05-061-4/+3
| | | | | | | | | The script which checks if umdl should be run used to store the time of the end of the current umdl run. It actually should remember the time of the start of this run as we want to make sure to pick up all changes since the start of the current run. Also print the date and time in the same line as the logging.
* move status message to the right locationAdrian Reber2015-05-051-3/+3
|
* Only run umdl if the data has actually changedAdrian Reber2015-05-041-0/+45
/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.