From: Galen Charlton Date: Fri, 16 Sep 2011 14:23:32 +0000 (-0400) Subject: lp 851915: remove last references to /openils/lib/perl5 X-Git-Tag: sprint4-merge-nov22~5097 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fgmcharlt%2Flp851915_finalize;p=working%2FEvergreen.git lp 851915: remove last references to /openils/lib/perl5 Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index 6ea38a7b15..dbcd0c419d 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -14,7 +14,6 @@ ErrorLog /var/log/apache2/error.log # ---------------------------------------------------------------------------------- # - needed by CGIs -SetEnv PERL5LIB /openils/lib/perl5 PerlRequire /etc/apache2/startup.pl PerlChildInitHandler OpenILS::WWW::Reporter::child_init PerlChildInitHandler OpenILS::WWW::SuperCat::child_init diff --git a/Open-ILS/tests/datasets/README b/Open-ILS/tests/datasets/README index 1e13e4f96a..6eaa739e0d 100644 --- a/Open-ILS/tests/datasets/README +++ b/Open-ILS/tests/datasets/README @@ -20,7 +20,7 @@ The following table lists the data sets we have collected for testing purposes. =====How to load the test MFHD records===== - First load the MARC21 records: - - PERL5LIB=/openils/lib/perl5/ perl ../../src/extras/import/marc2bre.pl --marctype XML --start 1 --idfield 901 --idsubfield a serials_marc21.xml | perl ../../src/extras/import/pg_loader.pl -or bre -or mrd -or mfr -or mtfe -or mafe -or msfe -or mkfe -or msefe -a mrd -a mfr -a mtfe -a mafe -a msfe -a mkfe -a msefe | psql -U evergreen -h localhost + - perl ../../src/extras/import/marc2bre.pl --marctype XML --start 1 --idfield 901 --idsubfield a serials_marc21.xml | perl ../../src/extras/import/pg_loader.pl -or bre -or mrd -or mfr -or mtfe -or mafe -or msfe -or mkfe -or msefe -a mrd -a mfr -a mtfe -a mafe -a msfe -a mkfe -a msefe | psql -U evergreen -h localhost - Then generate the metarecord map: - pgsql -f ../../src/extras/import/quick_metarecord_map.sql @@ -28,6 +28,6 @@ The following table lists the data sets we have collected for testing purposes. - Then process and load the MFHD records - ingest is not used. Adjust the contents of serials_lib.map to match your library-to-actor.org_unit.id mappings: - - PERL5LIB=/openils/lib/perl5/ perl ../../src/extras/import/marc2sre.pl --marctype XML --libmap serials_lib.map --password open-ils serials_mfhd.xml | perl ../../src/extras/import/pg_loader.pl -or sre > mfhd21.sql + - perl ../../src/extras/import/marc2sre.pl --marctype XML --libmap serials_lib.map --password open-ils serials_mfhd.xml | perl ../../src/extras/import/pg_loader.pl -or sre > mfhd21.sql - psql -f mfhd21.sql