From 7016dd8e84cc0702df5cad66c70023c9386d4561 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 4 Oct 2017 19:07:18 +0200 Subject: [PATCH] Take advantage in stg of the new feature of pagure-dist-git --- roles/distgit/pagure/templates/pagure.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 3f03fab8da..ee33b7887e 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -224,8 +224,10 @@ REQUIRED_GROUPS = { {% if env == 'staging' %} PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/' +RESULTSDB_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/' {% else %} PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/' +#RESULTSDB_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/' {% endif %} GITOLITE_BACKEND = 'distgit'