* Move to new reg binary. * Fix --delete on rsync that was blowing away flatpak indexes. * Fix varnish to not drop requests for pagination on the registry * Make cron jobs not email maxamillion directly. * Make cron job ignore INFO output.
2 lines
123 B
Text
2 lines
123 B
Text
SHELL=/bin/bash
|
|
*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.fedoraproject.org --once | grep -v INFO
|