Pagure 3.8 brings support for customized ssh url

This commit is contained in:
Pierre-Yves Chibon 2017-09-29 18:46:03 +02:00
parent e3c0199dad
commit b637f46acb

View file

@ -63,7 +63,7 @@ DATAGREPPER_CATEGORY = 'pagure'
### The URL to use to clone git repositories.
{% if env == 'staging' %}
GIT_URL_SSH = 'ssh://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://pkgs.fedoraproject.org/'