From f2149d0366a2dd7add11d017679307256632d372 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 28 Jun 2017 22:54:25 +0200 Subject: Allow downloading files hosted by git.openstack.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It replaces the previous exception for the cloned repositories (github.com/openstack). Change-Id: I920ab7ae70c4490b53a7e988e5b0b258a12ec67f Signed-off-by: Cédric Ollivier --- exceptions/functest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exceptions/functest.yaml b/exceptions/functest.yaml index a70d70b..c069049 100644 --- a/exceptions/functest.yaml +++ b/exceptions/functest.yaml @@ -15,5 +15,5 @@ file_audits: - git clone(.*)gerrit\.opnfv\.org - wget(.*)build\\.opnfv\.org - wget(.*)artifacts\\.opnfv\.org - - wget(.*)https:\/\/raw.githubusercontent\.com\/openstack\/(.*) + - wget(.*)git\\.openstack\.org - git clone(.*)https:\/\/git.opendaylight\.org\/gerrit\/(.*) -- cgit 1.2.3-korg