diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-06-28 22:54:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-06-28 22:57:47 +0200 |
commit | f2149d0366a2dd7add11d017679307256632d372 (patch) | |
tree | 861eefd92836ff0ab1b8542fd68604e4723caaa9 /exceptions | |
parent | 2030ccba0dd570f4b543e9d5f111b9f0469cf982 (diff) |
Allow downloading files hosted by git.openstack.org
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>
Diffstat (limited to 'exceptions')
-rw-r--r-- | exceptions/functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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\/(.*) |