Skip to content

Commit

Permalink
Merge pull request #141 from hathitrust/DEV-1190-feed-remove-packaget…
Browse files Browse the repository at this point in the history
…ypes

Removing (as of late) unused PackageTypes from feed
  • Loading branch information
mwarin authored Jul 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 79ae60e + a4b186a commit 80c2bb1
Showing 38 changed files with 7 additions and 4,411 deletions.
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ WriteMakefile(
'METS' => 0,
'Mouse' => 0,
'Net::AMQP::RabbitMQ' => "== 2.40010",
'Net::Prometheus' => 0,
'Prometheus::Tiny::Shared' => 0,
'ProgressTracker' => 0,
'Readonly' => 0,
43 changes: 0 additions & 43 deletions bin/validate_bentleyaudio_chipmunk.pl

This file was deleted.

230 changes: 0 additions & 230 deletions lib/HTFeed/ModuleValidator/WAVE_hul.pm

This file was deleted.

17 changes: 7 additions & 10 deletions lib/HTFeed/Namespace/TEST.pm
Original file line number Diff line number Diff line change
@@ -8,22 +8,19 @@ use base qw(HTFeed::Namespace);
our $identifier = 'test';

our $config = {
handle_prefix => '2027/deleteme',
packagetypes => [qw(ht ia simple kirtas epub simpledigital vendoraudio emma)],
description => 'Test namespace',
dropbox_folder => '/test-hathitrust-ingest',

handle_prefix => '2027/deleteme',
packagetypes => [qw(ht ia simple epub simpledigital emma)],
description => 'Test namespace',
dropbox_folder => '/test-hathitrust-ingest',
default_timezone => 'America/Detroit',
};

# Everything is OK except a test invalid barcode
sub validate_barcode {
my $self = shift;
my $barcode = shift;
my $self = shift;
my $barcode = shift;

return ($barcode ne 'invalid');
return ($barcode ne 'invalid');
}

1;

__END__
Loading

0 comments on commit 80c2bb1

Please sign in to comment.