Skip to content

Commit 7ea4e6a

Browse files
kgjenkinseliotjordan
authored andcommitted
update denylist
- added `metadata-issues`, which is an issue-only repo transferred from geoblacklight/geoblacklight-metadata - removed `metadatarepository`, which has been renamed to `shared-repository` and actually **should** get harvested for records
1 parent 28b05cf commit 7ea4e6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/tasks/geo_combine.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace :geocombine do
1313
denylist = [
1414
'https://github.com/OpenGeoMetadata/GeoCombine.git',
1515
'https://github.com/OpenGeoMetadata/aardvark.git',
16-
'https://github.com/OpenGeoMetadata/metadatarepository.git',
16+
'https://github.com/OpenGeoMetadata/metadata-issues.git',
1717
'https://github.com/OpenGeoMetadata/ogm_utils-python.git',
1818
'https://github.com/OpenGeoMetadata/opengeometadata.github.io.git',
1919
'https://github.com/OpenGeoMetadata/opengeometadata-rails.git'

spec/lib/tasks/geo_combine_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
stub_request(:get, 'https://api.github.com/orgs/opengeometadata/repos').to_return(status: 200, body: read_fixture('docs/repos.json'))
2525
allow(Kernel).to receive(:system)
2626
Rake::Task['geocombine:clone'].invoke
27-
expect(Kernel).to have_received(:system).exactly(20).times
27+
expect(Kernel).to have_received(:system).exactly(21).times
2828
end
2929
end
3030

0 commit comments

Comments
 (0)