summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2014-03-27 12:44:01 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-04-02 19:58:53 +0000
commita13edcc0382e852329f55cd4eacb3e34c4410351 (patch)
tree26fffb541f95836860de72d892abee0bc8a64fd4
parent9f40d3f90e7373b96256033b3ec7b4b8e5140881 (diff)
downloadchrome-ec-a13edcc0382e852329f55cd4eacb3e34c4410351.tar.gz
Add OWNERS files
These are not currently checked by gerrit, but will be at some point in the not-too-distant future. The board/ directory gets additional owners to make it easier for partner eng to make changes in ToT. BUG=chrome-os-partner:27404 BRANCH=none TEST=none (since gerrit doesn't check owners yet) Change-Id: Ie21b9530fcc6d708ab987d9de80676f91faa72b9 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/191947 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--Makefile.rules2
-rw-r--r--OWNERS8
-rw-r--r--board/OWNERS2
3 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 8256b99106..0d3e145a46 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -15,7 +15,7 @@ build-srcs := $(foreach u,$(build-util-bin),$(sort $($(u)-objs:%.o=util/%.c) uti
host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) util/$(u).c))
# Don't do a build test on the following boards:
-skip_boards = host it8380dev
+skip_boards = OWNERS host it8380dev
boards := $(filter-out $(skip_boards),$(subst board/,,$(wildcard board/*)))
# Create output directories if necessary
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000000..56bc3389a1
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,8 @@
+# Chromium EC owners
+rspangler@chromium.org
+victoryang@chromium.org
+vpalatin@chromium.org
+wfrichar@chromium.org
+
+# Don't inherit owners from elsewhere in the manifest
+set noparent
diff --git a/board/OWNERS b/board/OWNERS
new file mode 100644
index 0000000000..5a0a0348b0
--- /dev/null
+++ b/board/OWNERS
@@ -0,0 +1,2 @@
+# Additional owners for board directory
+dparker@chromium.org