Fix opendev urls

Change-Id: I7e26218e5787870080254a4a8d74f9220dd9915f
This commit is contained in:
Monty Taylor 2019-04-20 18:07:06 +00:00
parent ec9f8d475d
commit a7422e3645
4 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
source 'https://rubygems.org'
if File.exists?('/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper')
gem_checkout_method = {:path => '/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'}
if File.exists?('/home/zuul/src/opendev.org/opendev/puppet-openstack_infra_spec_helper')
gem_checkout_method = {:path => '/home/zuul/src/opendev.org/opendev/puppet-openstack_infra_spec_helper'}
else
gem_checkout_method = {:git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'}
gem_checkout_method = {:git => 'https://opendev.org/opendev/puppet-openstack_infra_spec_helper'}
end
gem_checkout_method[:require] = false

View File

@ -4,7 +4,7 @@
"author": "Openstack CI",
"summary": "Puppet module for Gerrit",
"license": "Apache 2.0",
"source": "https://git.openstack.org/openstack-infra/puppet-gerrit.git",
"source": "https://opendev.org/opendev/puppet-gerrit.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/768",
"dependencies": [

View File

@ -1,5 +1,5 @@
# This file is managed by puppet.
# https://git.openstack.org/cgit/openstack-infra/system-config
# https://opendev.org/opendev/system-config
[gerrit]
basePath = git

View File

@ -1,5 +1,5 @@
# This file is managed by puppet.
# https://git.openstack.org/cgit/openstack-infra/system-config
# https://opendev.org/opendev/system-config
[gerrit]
defaultForceUpdate = <%= @replication_force_update %>