Bug 14302: Remove grs1 records from test data
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
bee097b39b
commit
699e40250f
3 changed files with 2 additions and 1679 deletions
|
@ -56,9 +56,9 @@ sub index_sample_records_and_launch_zebra {
|
|||
system("zebraidx -c $datadir/etc/koha/zebradb/$zebra_bib_cfg -v none,fatal -g iso2709 -d biblios commit");
|
||||
}
|
||||
# ... and add large bib records, if present
|
||||
if (-f "$sourcedir/${marc_type}/zebraexport/large_biblio_${indexing_mode}/exported_records.xml") {
|
||||
if (-f "$sourcedir/${marc_type}/zebraexport/large_biblio/exported_records.xml") {
|
||||
my $zebra_bib_cfg = 'zebra-biblios-dom.cfg';
|
||||
system("zebraidx -c $datadir/etc/koha/zebradb/$zebra_bib_cfg -v none,fatal -g marcxml -d biblios update $sourcedir/${marc_type}/zebraexport/large_biblio_${indexing_mode}");
|
||||
system("zebraidx -c $datadir/etc/koha/zebradb/$zebra_bib_cfg -v none,fatal -g marcxml -d biblios update $sourcedir/${marc_type}/zebraexport/large_biblio");
|
||||
system("zebraidx -c $datadir/etc/koha/zebradb/$zebra_bib_cfg -v none,fatal -g marcxml -d biblios commit");
|
||||
}
|
||||
if (-f "$sourcedir/${marc_type}/zebraexport/authority/exported_records") {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue