Use cgit server instead of github for everything
We have a cgit server now, which means we should replace all references to github with references to git.openstack.org. Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562
This commit is contained in:
parent
647ffd7861
commit
47592cd534
@ -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,
|
||||
$revision = 'master',
|
||||
$statsd_host = ''
|
||||
|
Loading…
Reference in New Issue
Block a user