From cf0795fca6b35a2730ce470c18d2bfcf98df8562 Mon Sep 17 00:00:00 2001 From: Laura Nguyen Date: Thu, 2 Sep 2021 00:07:24 -0400 Subject: [PATCH] Created Fedora mirror status checker --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index 5e6210c..b2c0674 100644 --- a/data.json +++ b/data.json @@ -90,6 +90,13 @@ "upstream": "http://download.eclipse.org/", "file": "TIME" }, + "Fedora": { + "out_of_date_since": null, + "out_of_date_interval": 86400, + "csc": "fedora/", + "upstream": "http://fedora.mirror.iweb.com/", + "file": "linux/development/rawhide/COMPOSE_ID" + }, "GNU": { "out_of_date_since": null, "out_of_date_interval": 86400,