Merge "Use cgit server instead of github for everything"

This commit is contained in:
Jenkins 2013-08-23 17:01:32 +00:00 committed by Gerrit Code Review
commit 6c118b4c03
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class zuul (
$zuul_ssh_private_key = '',
$url_pattern = '',
$status_url = "https://${::fqdn}/",
$git_source_repo = 'https://github.com/openstack-infra/zuul.git',
$git_source_repo = 'https://git.openstack.org/openstack-infra/zuul',
$push_change_refs = false,
$job_name_in_report = false,
$revision = 'master',