From d1c75e8a26a86648d548ee6ecfe282ece20dfbc3 Mon Sep 17 00:00:00 2001 From: lhinds Date: Mon, 3 Jul 2017 14:42:25 +0100 Subject: Add weekly anteater projects July 2nd additions https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Change-Id: I3610868930f0d6033e528548dceb09b3279b6b8d Signed-off-by: lhinds --- exceptions/availability.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 exceptions/availability.yaml (limited to 'exceptions/availability.yaml') diff --git a/exceptions/availability.yaml b/exceptions/availability.yaml new file mode 100644 index 0000000..0c54eb9 --- /dev/null +++ b/exceptions/availability.yaml @@ -0,0 +1,20 @@ +--- +# When adding projects all `arrays: []` sections must have +# a value, Use 'nullvalue' if no waivers are available. +# +# This file uses standard regular expression syntax, however be mindful +# of escaping YAML delimiters too (such as `:`) using double quotes "". + +binaries: + binary_ignore: [nullvalue] + +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\/(.*) -- cgit 1.2.3-korg