-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed: Add section on inventory sidecar files #34
Conversation
<section id='digest-sidecar-file'> | ||
<h2>Digest Sidecar File</h2> | ||
<p> | ||
Every occurrence of an inventory file MUST have an accompanying sidecar file stating its checksum. This sidecar file must be of the form <pre>inventory.jsonld.HASHALG</pre>, where <pre>HASHALG</pre> follows the chosen hashing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a canonical list of hash algorithms we can reference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments on #21 -- I think the answer is a bit tricky but we will need to define the list, hopefully by reference to one or more other specs. I would suggest we merge this and solve that as a separate problem
Is the addition of the filename following parallel with the bagit approach? I don't object to that but it seems unnecessary |
@zimeon : https://tools.ietf.org/html/draft-kunze-bagit-08#section-2.1.3 Additionally,
|
Yes, I see it there and there it is necessary because the |
It is also used in the output of
and is also used in software distributions as sidecars, e.g., http://www-eu.apache.org/dist/lucene/solr/7.4.0/ (although I'm not sure what the * in the filename means). |
Thanks @ahankinson - I agree the * is odd but good to see similar use in other places |
I updated per #35 so re-review and approval is necessary. |
@zimeon This section in the output of the
So maybe we also need to decide the mode? |
Will port your comment above onto #39 |
This PR adds a section on hash sidecar files.
Refs #29