Update dist-git url for hotness.
This commit is contained in:
parent
b66cefe6ef
commit
e629f7a821
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@ config = {
|
|||
{% if env == 'staging' %}
|
||||
'server': 'https://koji.stg.fedoraproject.org/kojihub',
|
||||
'weburl': 'http://koji.stg.fedoraproject.org/koji',
|
||||
'git_url': 'http://pkgs01.stg.phx2.fedoraproject.org/cgit/{package}.git',
|
||||
'git_url': 'http://pkgs01.stg.phx2.fedoraproject.org/cgit/rpms/{package}.git',
|
||||
{% else %}
|
||||
'server': 'https://koji.fedoraproject.org/kojihub',
|
||||
'weburl': 'http://koji.fedoraproject.org/koji',
|
||||
'git_url': 'http://pkgs.fedoraproject.org/cgit/{package}.git',
|
||||
'git_url': 'http://pkgs.fedoraproject.org/cgit/rpms/{package}.git',
|
||||
{% endif %}
|
||||
|
||||
# This cert is generated by sshing as root to fas01 and running
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue