Specify the username in the GIT URL
This commit is contained in:
parent
fbe46c39de
commit
63f13cf8cd
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue