From: lhinds Date: Wed, 5 Jul 2017 08:15:40 +0000 (+0100) Subject: Fixed regex to streamline wildcards X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F36957%2F1;p=releng-anteater.git Fixed regex to streamline wildcards Change-Id: I5ac55820cf53eb61d6c67c22a33d05041d9fa8b3 Signed-off-by: lhinds --- diff --git a/exceptions/apex.yaml b/exceptions/apex.yaml index 1e7dc08..d78d4c0 100644 --- a/exceptions/apex.yaml +++ b/exceptions/apex.yaml @@ -14,9 +14,9 @@ file_audits: - deploy_settings.py 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\/ diff --git a/exceptions/armband.yaml b/exceptions/armband.yaml index 0c54eb9..d96888c 100644 --- a/exceptions/armband.yaml +++ b/exceptions/armband.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\/ \ No newline at end of file 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\/ diff --git a/exceptions/bamboo.yaml b/exceptions/bamboo.yaml index 0c54eb9..012a658 100644 --- a/exceptions/bamboo.yaml +++ b/exceptions/bamboo.yaml @@ -12,9 +12,10 @@ 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\/ + diff --git a/exceptions/barometer.yaml b/exceptions/barometer.yaml index 0c54eb9..012a658 100644 --- a/exceptions/barometer.yaml +++ b/exceptions/barometer.yaml @@ -12,9 +12,10 @@ 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\/ + diff --git a/exceptions/bottlenecks.yaml b/exceptions/bottlenecks.yaml index 0c54eb9..012a658 100644 --- a/exceptions/bottlenecks.yaml +++ b/exceptions/bottlenecks.yaml @@ -12,9 +12,10 @@ 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\/ + diff --git a/exceptions/calipso.yaml b/exceptions/calipso.yaml index 0c54eb9..5881d4a 100644 --- a/exceptions/calipso.yaml +++ b/exceptions/calipso.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\/ diff --git a/exceptions/compass4nfv.yaml b/exceptions/compass4nfv.yaml index 87e3799..286d9e6 100644 --- a/exceptions/compass4nfv.yaml +++ b/exceptions/compass4nfv.yaml @@ -12,10 +12,10 @@ 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\/ - publicURL diff --git a/exceptions/conductor.yaml b/exceptions/conductor.yaml index 0c54eb9..012a658 100644 --- a/exceptions/conductor.yaml +++ b/exceptions/conductor.yaml @@ -12,9 +12,10 @@ 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\/ + diff --git a/exceptions/copper.yaml b/exceptions/copper.yaml index 0c54eb9..5881d4a 100644 --- a/exceptions/copper.yaml +++ b/exceptions/copper.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\/ diff --git a/exceptions/functest.yaml b/exceptions/functest.yaml index c069049..dde146d 100644 --- a/exceptions/functest.yaml +++ b/exceptions/functest.yaml @@ -11,9 +11,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\/ diff --git a/exceptions/octopus.yaml b/exceptions/octopus.yaml index 97d41ab..dde146d 100644 --- a/exceptions/octopus.yaml +++ b/exceptions/octopus.yaml @@ -11,3 +11,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\/ diff --git a/exceptions/pharos.yaml b/exceptions/pharos.yaml index 97d41ab..2558c03 100644 --- a/exceptions/pharos.yaml +++ b/exceptions/pharos.yaml @@ -11,3 +11,10 @@ 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\/ + diff --git a/exceptions/sandbox.yaml b/exceptions/sandbox.yaml index 3152816..8020433 100644 --- a/exceptions/sandbox.yaml +++ b/exceptions/sandbox.yaml @@ -13,3 +13,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\/