From 288ea0fdcf97a3ac037c6cc31ea18a4574f5410c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 4 Nov 2016 12:42:32 +0000 Subject: [PATCH] Fix atomic git url for pdc-updater at @puiterwijk's suggestion. --- roles/pdc/backend/templates/pdcupdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index be99f9f0f1..983c169bf6 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -57,7 +57,7 @@ config = { {% endif %} # Where to find the fedora-atomic json definitions. - 'pdcupdater.fedora_atomic_git_url': 'https://git.fedorahosted.org/cgit/fedora-atomic.git/plain/', + 'pdcupdater.fedora_atomic_git_url': 'https://pagure.io/fedora-atomic/raw/master/f/', # We have an explicit list of these in the config so we can turn them on # and off individually in production if one is causing an issue.