Specify the username in the GIT URL

This commit is contained in:
Pierre-Yves Chibon 2017-11-20 11:05:07 +01:00
parent fbe46c39de
commit 63f13cf8cd

View file

@ -66,7 +66,7 @@ DATAGREPPER_CATEGORY = 'pagure'
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/'
GIT_URL_SSH = 'ssh://{username}@pkgs.fedoraproject.org/'
GIT_URL_GIT = 'https://src.fedoraproject.org/'
{% endif %}