From ac2c21ca4aa08ce1117c21d4fd181b43df10e077 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 1 Mar 2021 16:17:57 +0100 Subject: [PATCH] distgit/pagure: in stg we'll use the git user now Signed-off-by: Pierre-Yves Chibon --- 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 cd7c37cdc0..b611d3f0b6 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -59,7 +59,7 @@ DATAGREPPER_CATEGORY = 'pagure' ### The URL to use to clone git repositories. {% if env == 'staging' %} -GIT_URL_SSH = 'ssh://{username}@pkgs.stg.fedoraproject.org/' +GIT_URL_SSH = 'ssh://git@pkgs.stg.fedoraproject.org/' GIT_URL_GIT = 'https://src.stg.fedoraproject.org/' {% else %} GIT_URL_SSH = 'ssh://{username}@pkgs.fedoraproject.org/'