Fix up registry

* 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.
This commit is contained in:
Kevin Fenzi 2018-10-16 18:53:51 +00:00
parent c7d3ba82f4
commit 89d55ff508
5 changed files with 5 additions and 20 deletions

View file

@ -1,5 +1,2 @@
SHELL=/bin/bash
MAILTO=maxamillion@fedoraproject.org
#*/5 * * * * root cd /var/lib/reg-server/ && reg-server -r registry.fedoraproject.org --once
*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.fedoraproject.org --once | grep -v INFO

View file

@ -1,5 +1,2 @@
SHELL=/bin/bash
MAILTO=maxamillion@fedoraproject.org
#*/5 * * * * root cd /var/lib/reg-server/ && reg-server -r registry.stg.fedoraproject.org --once
*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.stg.fedoraproject.org --once | grep -v INFO