From 9a0106ceb4815d880ce1c3be5383cdb6deb8143a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 29 Jan 2015 20:29:39 +0000 Subject: [PATCH] Supply the-new-hotness with creds for anitya. --- roles/hotness/templates/hotness.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index a2a1251231..141916fa33 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -77,6 +77,12 @@ config = { 'target_tag': 'rawhide', }, + 'hotness.anitya': { + 'url': 'https://release-monitoring.org', + 'username': '{{ fedoraDummyUser }}', + 'password': '{{ fedoraDummyUserPassword }}', + }, + {% if env == 'staging' %} 'hotness.pkgdb_url': 'https://admin.stg.fedoraproject.org/pkgdb/api', {% else %}