]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#741788: install the MARC stream importer better
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 22 Apr 2015 17:37:29 +0000 (17:37 +0000)
committerJason Stephenson <jason@sigio.com>
Mon, 29 Jul 2019 17:42:25 +0000 (13:42 -0400)
commitfa69633a2d7bfc29be1703c70d8b83c370d3fe57
tree3e5250931cd26a4e168cbbf75b2a7dce2bf63fad
parent96e819bd9c3d6d53d1f4321f250eab69a4c080a4
LP#741788: install the MARC stream importer better

This patch ensures that marc_stream_importer.pl gets
installed in the Evergreen binary directory and that an
example configuration file gets installed in the appropriate
configuration directory (rather than, as in the past,
the Evergreen bindir).

This patch also causes `oils_header.pl`, which is used by
other command-line scripts, to be installed in the bin
directory
by default.

To test
-------
[1] Run a normal Evergreen installation. Verify that
    marc_stream_importer.pl is installed in /openils/bin
    (or the equivalent if you've chosen a non-default installation
    directory) and that marc_stream_importer.conf is
    installed in /openils/conf (or its equivalent)
[2] (optional) If you have access to OCLC Connexion, verify that you
    can run the MARC stream importer and use it to push records into
    Evergreen.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/examples/marc_stream_importer.conf.example [new file with mode: 0644]
Open-ILS/src/Makefile.am
Open-ILS/src/support-scripts/marc_stream_importer.conf [deleted file]
Open-ILS/src/support-scripts/marc_stream_importer.pl [deleted file]
Open-ILS/src/support-scripts/marc_stream_importer.pl.in [new file with mode: 0755]
docs/RELEASE_NOTES_NEXT/Administration/install-marc-stream-importer-in-bin.adoc [new file with mode: 0644]