sul-dlss-labs / ld4p-tracer-bullet-scripts

Symphony scripts that use and run the sul-dlss/ld4p-tracer-bullets
Other
0 stars 1 forks source link

Add a git submodule for the marc2bibframe converter #10

Closed dazza-codes closed 7 years ago

dazza-codes commented 7 years ago

The conversion script in this project is using an LC converter, i.e.

This might be included in this repository as a git submodule. The advantages to this would be:

A similar git submodule approach could be adopted for other converters available in public git repositories, e.g. the LD4* converter is on github.

dazza-codes commented 7 years ago

See notes about how to use the git submodule on deployment at

dazza-codes commented 7 years ago

Update the README for this project with notes about how to use the git submodules.

Include a note about updating the submodule to the latest master for the remote, e.g.

$ cd ld4p-tracer-bullet-scripts # a clone of this project
$ git submodule foreach git pull origin master
dazza-codes commented 7 years ago

This is completed by #12 and #16