This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Tool to download each URL and verify each hash #188
Comments
Hmmm, good question. I think you might be interested in GitTools.Core (which GitLink uses) that uses dynamic repositories. There you can basically do a hash check (as a separate tooling). Another option is to just create a very simple (non-generic) tool that uses LibGit2Sharp to download the checksums before doing anything else. |
Not sure it is relevant here, but for one you can use
which gives output like this:
Then using
It works for native code, didn't try it for .NET code. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At NUnit, we want to be able to guarantee that a release does not go out unless the commit is pushed to GitHub and that each download hashes correctly so that things like line endings don't trip us up.
Is there an existing tool for this which is compatible with GitLink v3? If not, what would it take to build one?
The text was updated successfully, but these errors were encountered: