-
Notifications
You must be signed in to change notification settings - Fork 204
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
add support for checking checksum of source files #214
Comments
Hi, some more notes on this thread:
Fotis On Wed, Aug 29, 2012 at 5:28 PM, Kenneth Hoste [email protected]:
|
@fgeorgatos: W.r.t. (2), I don't see the advantage of storing the checksum in a private variable W.r.t. (3): we'll need a map from file name to checksum instead of a simple list, to make sure we match the correct checksum with the correct file, e.g.:
I fully agree with (4), i.e. leaving the checksum choice open, with a sensible default (sha or md5 makes sense). |
After seeing the following, the checksum becomes a must-have for sysadmins that are fanatics of reproducibility: this was fyi; no proposed change in priorities: #99 better to have for 1.0, while this can be done anytime thereafter. |
If you are going to set up a source repo for things that have been installed in the past and which you need to retain for reproducibility purposes, you should have some way to verify that these source tarballs are indeed what you are expecting and they have not been tampered with. |
i am testing zsync this period, which is basically rsync stateless
|
make checksum part of dumped easyconfig file in repository; e.g.,
or
The text was updated successfully, but these errors were encountered: