c6d129a108
There's a bunch in here. This is mostly big-ticket things and test fixes. Also, change the README to rst - because why is it markdown? Depends-On: https://review.opendev.org/654005 Change-Id: I21e5017011e1111b4d7a9e4bf0ea6b10f5dd8c1b
16 lines
507 B
Ruby
16 lines
507 B
Ruby
source 'https://rubygems.org'
|
|
|
|
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://opendev.org/opendev/puppet-openstack_infra_spec_helper'}
|
|
end
|
|
gem_checkout_method[:require] = false
|
|
|
|
group :development, :test, :system_tests do
|
|
gem 'puppet-openstack_infra_spec_helper',
|
|
gem_checkout_method
|
|
end
|
|
|
|
# vim:ft=ruby
|