add workaround for when a package includes a restoration#238
add workaround for when a package includes a restoration#238
Conversation
kieranjol
left a comment
There was a problem hiding this comment.
I'm generally curious about the use case here. Would this involve two objects in the objects folder, one is the original,one is "restored"?
|
Our immediate use case is for when we have to create multiple partial transfers to get all the content from an object, then need to create (somehow) a restoration file that combines the partial transfers into a restoration master. So here we want to accept a restoration file which will be used as an alternate to the usual objects files as the basis for any derivatives, then we also want to enable accepting multiple objects files. So the package would look like |
|
Lovely! |
mmfunctions
Outdated
| OBJECTS_FIND_EXCLUSIONS+=(! -path "*/access/*") | ||
| OBJECTS_FIND_EXCLUSIONS+=(! -path "*/service/*") | ||
| OBJECTS_FIND_EXCLUSIONS+=(! -path "*/trimmed_materials/*") | ||
| OBJECTS_FIND_EXCLUSIONS+=(! -path "*/restoration/*") |
There was a problem hiding this comment.
If this line is kept in, then it is unable to make access file from restoration because it does not recognize the input. Tested it without this line and then it worked. :)
No description provided.