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:
Monty Taylor 2013-07-21 21:08:11 -07:00 committed by James E. Blair
parent 50b241b1a4
commit 4842f86edc
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class releasestatus (
vcsrepo { '/var/lib/releasestatus/releasestatus':
ensure => latest,
provider => git,
source => 'https://github.com/openstack-infra/releasestatus.git',
source => 'https://git.openstack.org/openstack-infra/releasestatus',
revision => 'master',
require => File['/var/lib/releasestatus'],
}