From e4009d65586f9ebe8573a6148acd7f4f1816959e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 22 2017 20:19:04 +0000 Subject: fix docs and links references that were pointing to fedorahosted to point to pagure. Also change fedorahosted project in status to pagure.io --- diff --git a/README b/README index 0951b0b..a02baa2 100644 --- a/README +++ b/README @@ -1,12 +1,13 @@ This is the repository of the Fedora Status page. -Upstream for this is provided at ssh://git.fedorahosted.org/git/fedora-status.git or http://git.fedorahosted.org/git/fedora-status.git (anonymous). +Upstream for this is provided at https://pagure.io/fedora-status Please update any code changes there, but not any changes to changes.json or statuses.json. Do not push any generated status.html/index.html/changes.rss in this git repository, it will be automatically generated by OpenShift on push in the .openshift/action_hooks/build hook. Please use manage.py to perform all management to the status page. -For more info, please see the documentation at: http://infrastructure.fedoraproject.org/infra/docs/status-fedora.txt +For more info, please see the documentation at: +http://docs.pagure.org/infra-docs/sysadmin-guide/sops/status-fedora.html If you use this software in your own environment, please do not use the Fedora trademark, as this is protected. diff --git a/changes.json b/changes.json index 5c9cf02..ff8af53 100644 --- a/changes.json +++ b/changes.json @@ -7,7 +7,7 @@ "darkserver", "tagger", "pkgdb", - "fedorahosted", + "pagure", "mirrormanager", "smolt", "mirrorlist", @@ -29,4 +29,4 @@ "message": "Everything seems to be working.", "changedate": 1346176177.143926 } -] \ No newline at end of file +] diff --git a/global.html b/global.html index 895c4bc..9ab74e4 100644 --- a/global.html +++ b/global.html @@ -51,7 +51,7 @@

Silk Icons by famfamfam
- Open Source + Open Source

diff --git a/statuses.json b/statuses.json index b3e775f..bd1ffe7 100644 --- a/statuses.json +++ b/statuses.json @@ -45,11 +45,11 @@ "status": "good", "url": "https://admin.fedoraproject.org/pkgdb/acls/name/fedmsg" }, - "fedorahosted": { + "pagure": { "message": "Everything seems to be working.", - "name": "FedoraHosted.org Services", + "name": "Pagure.io Services", "status": "good", - "url": "https://fedorahosted.org/web/" + "url": "https://pagure.io/" }, "freemedia": { "message": "Everything seems to be working.", @@ -137,4 +137,4 @@ "url": "https://fedoraproject.org/wiki/Zodbot" } } -} \ No newline at end of file +}