(hotness) switch git_url values over to test with new gitolite.
This commit is contained in:
parent
8a65d46b7d
commit
8d81d64fae
1 changed files with 2 additions and 4 deletions
|
@ -53,13 +53,11 @@ config = {
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
'server': 'https://koji.stg.fedoraproject.org/kojihub',
|
'server': 'https://koji.stg.fedoraproject.org/kojihub',
|
||||||
'weburl': 'http://koji.stg.fedoraproject.org/koji',
|
'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.stg.fedoraproject.org/cgit/{package}.git',
|
|
||||||
'git_url': 'http://pkgs01.phx2.fedoraproject.org/cgit/{package}.git',
|
|
||||||
{% else %}
|
{% else %}
|
||||||
'server': 'https://koji.fedoraproject.org/kojihub',
|
'server': 'https://koji.fedoraproject.org/kojihub',
|
||||||
'weburl': 'http://koji.fedoraproject.org/koji',
|
'weburl': 'http://koji.fedoraproject.org/koji',
|
||||||
'git_url': 'http://pkgs01.phx2.fedoraproject.org/cgit/{package}.git',
|
'git_url': 'http://pkgs.fedoraproject.org/cgit/{package}.git',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# This cert is generated by sshing as root to fas01 and running
|
# This cert is generated by sshing as root to fas01 and running
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue