From 8d81d64faefc0c3b24e9a4be224fd588ee05e6dd Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 17 Feb 2015 15:17:30 +0000 Subject: [PATCH] (hotness) switch git_url values over to test with new gitolite. --- roles/hotness/templates/hotness.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 141916fa33..a9e1ce7e8f 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -53,13 +53,11 @@ config = { {% if env == 'staging' %} 'server': 'https://koji.stg.fedoraproject.org/kojihub', '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://pkgs01.phx2.fedoraproject.org/cgit/{package}.git', + 'git_url': 'http://pkgs.stg.fedoraproject.org/cgit/{package}.git', {% else %} 'server': 'https://koji.fedoraproject.org/kojihub', '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 %} # This cert is generated by sshing as root to fas01 and running