summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2020-08-21 10:22:41 -0700
committerMike Frysinger <vapier@chromium.org>2020-09-10 10:19:57 +0000
commit3dd8fe4c4e927fdb14a7a943911f6f118c56bc0a (patch)
tree077195265d6bd377611543d7002a587d130c72ec
parent2fb7683bf82362adb699e2a0df6cdb1bf4047df0 (diff)
downloadvboot-3dd8fe4c4e927fdb14a7a943911f6f118c56bc0a.tar.gz
COIL: Add unblocked_terms.txt to block keywords
This CL kicks off COIL for vboot_reference. Currently the global unblocked_terms.txt are in effect. Since it's identical to the global blocked_terms.txt, nothing is being blocked. This patch adds unblocked_terms.txt, which overrides the global one. Thus, all changes with a word listed in the global blocked_terms.txt but not in the local unblocked_terms.txt will be blocked. BUG=b:165908442, b:163883397 BRANCH=None TEST=Run repohook. Cq-Depend: chromium:2369239 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: I1618db8e46f2b77397e016c1dfb02f20f66bb3aa Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2369360 Reviewed-by: Bernie Thompson <bhthompson@chromium.org>
-rw-r--r--unblocked_terms.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/unblocked_terms.txt b/unblocked_terms.txt
new file mode 100644
index 00000000..543a2f10
--- /dev/null
+++ b/unblocked_terms.txt
@@ -0,0 +1,4 @@
+dummy
+master
+sane
+slave \ No newline at end of file