aboutsummaryrefslogtreecommitdiffstats
path: root/utils
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>
2017-08-23Get Patch utils scriptlhinds1-0/+85
A script to ease patchset file list creation neded to replicate the anteater checks that occur at gate. Usage is: get-patch.sh --project sandbox --patch 39741 Where `39741` would be the refSpec number of a patchset. This would then produce `/tmp/patchset_38275` A user can than peform: `anteater --project sandbox --patchset /tmp/patchset_38275` Change-Id: Id765133607cd4840c2a9a3a61cb9d297135356e6 Signed-off-by: lhinds <lhinds@redhat.com>