From 08047cfe0ea948ea47e71c8d4898134666acdd20 Mon Sep 17 00:00:00 2001 From: lhinds Date: Wed, 5 Jul 2017 09:15:40 +0100 Subject: Fixed regex to streamline wildcards Change-Id: I5ac55820cf53eb61d6c67c22a33d05041d9fa8b3 Signed-off-by: lhinds --- exceptions/availability.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'exceptions/availability.yaml') diff --git a/exceptions/availability.yaml b/exceptions/availability.yaml index 0c54eb9..5881d4a 100644 --- a/exceptions/availability.yaml +++ b/exceptions/availability.yaml @@ -12,9 +12,9 @@ file_audits: file_names: [nullvalue] file_contents: - ^# - - git clone(.*)\.openstack\.org - - git clone(.*)gerrit\.opnfv\.org - - wget(.*)build\\.opnfv\.org - - wget(.*)artifacts\\.opnfv\.org - - wget(.*)git\\.openstack\.org - - git clone(.*)https:\/\/git.opendaylight\.org\/gerrit\/(.*) + - git clone.+\.openstack\.org + - git clone.+gerrit\.opnfv\.org + - wget.+build\.opnfv\.org + - wget.+artifacts\.opnfv\.org + - wget.+git\.openstack.org + - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/ -- cgit 1.2.3-korg