From 88b2bfcacc3c1c2f363af3c59d38cea2983f3f9b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 May 2023 09:11:45 -0700 Subject: [PATCH] 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 --- files/reg-server/cron-prod | 4 ++-- files/reg-server/cron-stg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/reg-server/cron-prod b/files/reg-server/cron-prod index 2a8eec9c2e..743604cc56 100644 --- a/files/reg-server/cron-prod +++ b/files/reg-server/cron-prod @@ -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 diff --git a/files/reg-server/cron-stg b/files/reg-server/cron-stg index 22a9475c07..af5898251f 100644 --- a/files/reg-server/cron-stg +++ b/files/reg-server/cron-stg @@ -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