A way for us to programatically grab the MD5, SHA1, SHA256 or SHA512 of Omnibus packages

Proposal

I think it would make sense for GitLab to incorporate some way for the end user to programatically grab either the MD5, SHA1, SHA256 or SHA512 to compare it, we are in a highly regulated infrastructure and sometime we have problems using repositories for a varied amount of reasons. We grab your packages manually though it would be nice if we could verify the package before we download it. We can do that using Ansible but we need to manually copy in the SHA512 every single time which can get a big annoying. It would be nice if we could pull it programatically either through an API call or from downloading a text file that only contains the SHA or MD5 information.

Edited by Jason Plum