aboutsummaryrefslogtreecommitdiffstats
path: root/utils/generate-sha256.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-16Implements full path for hash checks of binarieslhinds1-11/+21
Previously the hash check would work only against the filename, and not using the relative path. This change uses the whole relative path to allow indentical filenames in different folder locations within the same repo. Also updated the generate-sha256.py script to introduce the same changes. JIRA: RELENG-303 Change-Id: I3a59e015b708eb5a966690b9839e5e15ac5b64c7 Signed-off-by: lhinds <lhinds@redhat.com>
2017-11-14Utility script to help create sha256 hasheslhinds1-0/+30
Simple script to make it easier for projects to generate checksums of binary files Change-Id: Id246036b863e025c10791fdbc51168170413afc3 Signed-off-by: lhinds <lhinds@redhat.com>