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:
parent
c7d3ba82f4
commit
89d55ff508
5 changed files with 5 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue