LP#1384740: remove ersatz --auth-source switch
authorGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 20:27:33 +0000 (20:27 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 20:32:42 +0000 (20:32 +0000)
Looks like a bit of copy-and-pastitis; authority records
don't presently have an equivalent to the Evergreen bib
source.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/support-scripts/marc_stream_importer.pl
docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.adoc

index c62ec9e..f51e0ff 100755 (executable)
@@ -68,7 +68,6 @@ my $auth_merge_profile;
 my $bib_queue;
 my $auth_queue;
 my $bib_source;
-my $auth_source;
 my $port;
 my $bib_import_no_match;
 my $bib_auto_overlay_exact;
@@ -104,7 +103,6 @@ GetOptions(
     'source=i'              => \$bib_source,
     'auth-merge-profile=i'  => \$auth_merge_profile,
     'auth-queue=i'          => \$auth_queue,
-    'auth-source=i'         => \$auth_source,
 
     # -- deprecated
     'import-no-match'          => \$import_no_match,
@@ -181,9 +179,6 @@ sub usage {
     --auth-queue
         ID of the vandelay authority record queue
 
-    --auth-source
-        ID of the bib source for authority records
-
     --bib-import-no-match
     --bib-auto-overlay-exact
     --bib-auto-overlay-1match
@@ -270,7 +265,7 @@ sub set_record_type {
     $cur_rec_type = $ldr_06 eq 'z' ? 'auth' : 'bib';
 
     $cur_queue = $cur_rec_type eq 'auth' ? $auth_queue : $bib_queue;
-    $cur_rec_source = $cur_rec_type eq 'auth' ?  $auth_source : $bib_source;
+    $cur_rec_source = $cur_rec_type eq 'auth' ?  '' : $bib_source;
     set_merge_profile();
 }
 
index 5b0e079..17639f4 100644 (file)
@@ -12,7 +12,6 @@ New Options
 
  * --auth-merge-profile
  * --auth-queue
- * --auth-source
  * --bib-import-no-match
  * --bib-auto-overlay-exact
  * --bib-auto-overlay-1match