Skip to content
Snippets Groups Projects
Commit 9224c8ca authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Make revision/release identifiers explicitly the hash of a manifest

This collapses the shared logic between these two identifier computations into a
few more explicit steps:
 - generate data for the manifest (in either identifier computation);
 - format the manifest (in the new format_manifest function);
 - hash the manifest (in the new hash_manifest function).

This will enable reusing this logic for more object types, as well as stronger
typing for the manifest computation.
parent a251df2e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment