diff options
author | 2017-07-05 09:15:40 +0100 | |
---|---|---|
committer | 2017-07-05 09:19:28 +0100 | |
commit | 08047cfe0ea948ea47e71c8d4898134666acdd20 (patch) | |
tree | 1b513e1699916b9786e3962c22c1b74120d3b886 /exceptions | |
parent | f3e07993047bf36e8695afed4de414d24e24faed (diff) |
Fixed regex to streamline wildcards
Change-Id: I5ac55820cf53eb61d6c67c22a33d05041d9fa8b3
Signed-off-by: lhinds <lhinds@redhat.com>
Diffstat (limited to 'exceptions')
-rw-r--r-- | exceptions/apex.yaml | 12 | ||||
-rw-r--r-- | exceptions/armband.yaml | 12 | ||||
-rw-r--r-- | exceptions/availability.yaml | 12 | ||||
-rw-r--r-- | exceptions/bamboo.yaml | 13 | ||||
-rw-r--r-- | exceptions/barometer.yaml | 13 | ||||
-rw-r--r-- | exceptions/bottlenecks.yaml | 13 | ||||
-rw-r--r-- | exceptions/calipso.yaml | 12 | ||||
-rw-r--r-- | exceptions/compass4nfv.yaml | 12 | ||||
-rw-r--r-- | exceptions/conductor.yaml | 13 | ||||
-rw-r--r-- | exceptions/copper.yaml | 12 | ||||
-rw-r--r-- | exceptions/functest.yaml | 12 | ||||
-rw-r--r-- | exceptions/octopus.yaml | 6 | ||||
-rw-r--r-- | exceptions/pharos.yaml | 7 | ||||
-rw-r--r-- | exceptions/sandbox.yaml | 6 |
14 files changed, 89 insertions, 66 deletions
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\/ |