-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implement SWH compatible SHA-1s #102
Comments
@gousiosg you mention that we are currently computing SHA1 but in the wiki I found a reference to SHA256. As I'm not very familiar with the overall FASTEN architecture I have trouble locating the code that is actually computes the SHA. Thanks. |
Adding a small comment just to raise this issue to the top. Should be an easy fix and should be implemented before the next restart of the whole pipeline. |
@amottier In our call some weeks ago, Cedric said that he will talk to Stefano to understand the details. I am not sure whether this happened before he left the project... do you have any further insights or would you be so nice to initiate the contact with Stefano to understand what exactly is required from our side? |
Documentation of the Python tool ( |
@proksch, @amottier |
Is your feature request related to a problem? Please describe.
We currently compute by SHA1s by calling the SHA1 function on the file contents. To link with SWH's software archive, we need to compute
git
compatible SHA1sDescribe the solution you'd like
Add a column to the files table (e.g.
swh_sha1
) and fill it in withgit
salted SHA1s. As per @zvr:Additional context
The text was updated successfully, but these errors were encountered: