aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions/fuel.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-16Implements full path for hash checks of binarieslhinds1-1/+8
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-10-10Implements master ignore listlhinds1-9/+1
This change introduces a master ignore list, to save having to repeat ignore strings in every project exception file. This is achieved via a new ignore_list.yaml file that is merged with the project exception list and then used for the re.search ignore statement in both patch_scan.py and project_scan.py Change-Id: Ifb60b8ba3091603182c2025dbbbfd1a88a72439b Signed-off-by: lhinds <lhinds@redhat.com>
2017-09-05Add fuel projectlhinds1-0/+21
Depends-On: I6d59197f78dfaf381d634c9d1821a7383506276c Change-Id: I6038f606453660081701864cc299f78859a20657 Signed-off-by: lhinds <lhinds@redhat.com>