MarcusBarnes / mik

The Move to Islandora Kit is an extensible PHP command-line tool for converting source content and metadata into packages suitable for importing into Islandora (or other digital repository and preservations systems).
GNU General Public License v3.0
34 stars 11 forks source link

Create a shutdown hook that generates compound structure files #391

Closed mjordan closed 7 years ago

mjordan commented 7 years ago

The Compound Batch module provides a script that generates the compound-object-level structure.xml files required by that module. I know we have discussed whether MIK should generate these files and decided that it shouldn't. However, generating this sort of data is exactly what we introduced MIK shutdown scripts to do.

mjordan commented 7 years ago

Related issue is #392.

MarcusBarnes commented 7 years ago

Addressed in pull-request https://github.com/MarcusBarnes/mik/pull/399 (merged with https://github.com/MarcusBarnes/mik/commit/b3027ed1036910fdd503af9cf9e209a8311a11e5).

mjordan commented 7 years ago

Excellent, thanks, I've updated https://github.com/MarcusBarnes/mik/wiki/Shutdown-hooks to describe this new script.