From fa3d33bbd43202e7391da515810fab8c48b96f3b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 15 May 2014 14:30:04 +0000 Subject: [PATCH] Use correct pkgdb2 url for fmn. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index ebf40b0009..824f680af0 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -24,7 +24,7 @@ config = { # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True, - "fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb", + "fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb/api", "fmn.rules.cache": { "backend": "dogpile.cache.dbm", "expiration_time": 300,