Use internal URLs for dist-git.
This commit is contained in:
parent
2d0c51ee95
commit
73825e3144
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@ config = {
|
|||
'weburl': 'http://koji.stg.fedoraproject.org/koji',
|
||||
# TODO - I'd like to use staging gitolite, but it is broken right now?
|
||||
#'git_url': 'http://pkgs.stg.fedoraproject.org/cgit/{package}.git',
|
||||
'git_url': 'http://pkgs.fedoraproject.org/cgit/{package}.git',
|
||||
'git_url': 'http://pkgs01.phx2.fedoraproject.org/cgit/{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://pkgs01.phx2.fedoraproject.org/cgit/{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