distgit/pagure: change GIT_URL_SSH to use username

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2021-06-22 22:03:28 +10:00
parent 9c0f8ce05c
commit e8ceea85f1

View file

@ -59,7 +59,7 @@ DATAGREPPER_CATEGORY = 'pagure'
### The URL to use to clone git repositories.
{% if env == 'staging' %}
GIT_URL_SSH = 'ssh://git@pkgs.stg.fedoraproject.org/'
GIT_URL_SSH = 'ssh://{username}@pkgs.stg.fedoraproject.org/'
GIT_URL_GIT = 'https://src.stg.fedoraproject.org/'
{% else %}
GIT_URL_SSH = 'ssh://{username}@pkgs.fedoraproject.org/'