| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
|
| |
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
/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.
|