registry-index: just disable reg runs for now.
reg runs and gathers information from the container registry to make a 'pretty' web page at https://registry.fedoraproject.org. However, this page is pretty useless and really only needs to update after branching (if then). We may look at redirecting this to a static websites page that has information on our containers at some point. In the mean time reg sometimes creates a empty file that syncs out and causes alerts. So, lets just completely disable it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
820284cff8
commit
88b2bfcacc
2 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
SHELL=/bin/bash
|
||||
*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.fedoraproject.org --once |& grep -vi INFO |& grep -vi WARNING
|
||||
#SHELL=/bin/bash
|
||||
#*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.fedoraproject.org --once |& grep -vi INFO |& grep -vi WARNING
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHELL=/bin/bash
|
||||
*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.stg.fedoraproject.org --once |& grep -vi INFO |& grep -vi WARNING
|
||||
#SHELL=/bin/bash
|
||||
#*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.stg.fedoraproject.org --once |& grep -vi INFO |& grep -vi WARNING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue