From e1949e520ea1f16392ba5f9f1d9f8055c1254491 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 6 Oct 2017 08:17:49 +0200 Subject: [PATCH] Turn on the surprise on dist-git --- roles/distgit/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 32424d37e7..88d39ad898 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -227,7 +227,7 @@ 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/' +RESULTSDB_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/' {% endif %} GITOLITE_BACKEND = 'distgit'