aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions
AgeCommit message (Collapse)AuthorFilesLines
2017-07-03Add weekly anteater projectslhinds10-0/+200
July 2nd additions https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Change-Id: I3610868930f0d6033e528548dceb09b3279b6b8d Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-28Allow downloading files hosted by git.openstack.orgCédric Ollivier1-1/+1
It replaces the previous exception for the cloned repositories (github.com/openstack). Change-Id: I920ab7ae70c4490b53a7e988e5b0b258a12ec67f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-28Add exceptions for trusted domainslhinds1-0/+6
gerrit.opnfv.org openstack.org artifacts.opnfv.org build.opnfv.org githubusercontent.com/openstack Change-Id: I6904c5de847b13279f0aa3feee583ff8bd987920 Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-28Merge "Add wget from artifacts.opnfv.org to exceptions"Luke Hinds1-1/+2
2017-06-27Merge "Implements sha256 exception functionality"Luke Hinds1-1/+3
2017-06-26Add wget from artifacts.opnfv.org to exceptionsxudan1-1/+2
JIRA: DOVETAIL-455 1. change build.opnfv.org to build\.opnfv\.org 2. add wget(.*)artifacts\.opnfv\.org Change-Id: I62f0f0f3a145fa38ebab94b3852f196b530f945a Signed-off-by: xudan <xudan16@huawei.com>
2017-06-25Implements sha256 exception functionalitylhinds1-1/+3
This patch adds functionality for file checksum verfications for binary files. The master_list.yaml binaries yaml directive now only contains simple exceptions (for common artefacts that are gitignored) Each project_exception file now has a filename and a sha256 hash. If a binary file is not found, or the hash is mismatched, it will output the hash for the user to include in an exception patch. This functionality has been added to complete project scans and patchset scans JIRA: RELENG-240 Change-Id: Iafa5710f4a0da192fc74335b1200b504413f8a8b Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-23Fix Yamllint ViolationsTrevor Bramwell5-3/+5
JIRA: RELENG-258 Change-Id: I56a45340196c06a58f7103c57120a38c9ab7d28a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-22Adds Pharos, Functest, Octopus to Anteaterlhinds5-0/+38
This change adds exception files to anteater, to enable projects Functest, Pharos, Octopus. JIRA: RELENG-252 Change-Id: I1ac120ae2bdf868f9db34fe4dd30357efe61ce17 Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-19Move project's exception file to subdirJulien2-0/+75
add subdir **exceptions** for project's specific exception config files Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>