Skip to content
Snippets Groups Projects
Commit 7b72e810 authored by Demian Katz's avatar Demian Katz
Browse files

Use default marc_local.properties as basis for indexing in CI.

- Normally marc_local.properties has no effect, but this change allows us to catch issues there.
parent b249f217
No related merge requests found
...@@ -281,7 +281,8 @@ ...@@ -281,7 +281,8 @@
<!-- create custom import configurations to load the MARC filename into the building facet to help <!-- create custom import configurations to load the MARC filename into the building facet to help
test cases to limit searches to within specific collections of test records. --> test cases to limit searches to within specific collections of test records. -->
<exec command="echo building=\&quot;${BASENAME}\&quot; &gt; ${srcdir}/local/import/marc-${BASENAME}.properties" /> <copy file="${srcdir}/import/marc_local.properties" tofile="${srcdir}/local/import/marc-${BASENAME}.properties" />
<exec command="echo building=\&quot;${BASENAME}\&quot; &gt;&gt; ${srcdir}/local/import/marc-${BASENAME}.properties" />
<exec command="sed -e &quot;s!marc_local.properties!marc-${BASENAME}.properties!&quot; ${srcdir}/local/import/import.properties &gt; ${srcdir}/local/import/import-${BASENAME}.properties" /> <exec command="sed -e &quot;s!marc_local.properties!marc-${BASENAME}.properties!&quot; ${srcdir}/local/import/import.properties &gt; ${srcdir}/local/import/import-${BASENAME}.properties" />
<!-- perform the import --> <!-- perform the import -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment