From fe5dcdc75434b2d032884f7ae1f2f778205e58ac Mon Sep 17 00:00:00 2001 From: Laura Nguyen Date: Wed, 1 Sep 2021 23:44:29 -0400 Subject: [PATCH] Created CentOS mirror status checker --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index fc86663..ee2feec 100644 --- a/data.json +++ b/data.json @@ -27,6 +27,13 @@ "upstream": "http://arch.mirror.constant.com/", "file": "lastupdate" }, + "CentOS": { + "out_of_date_since": null, + "out_of_date_interval": 86400, + "csc": "", + "upstream": "https://mirrors.edge.kernel.org/", + "file": "centos/TIME" + }, "Ceph": { "out_of_date_since": null, "out_of_date_interval": 86400,