From a13edcc0382e852329f55cd4eacb3e34c4410351 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Thu, 27 Mar 2014 12:44:01 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/191947 Reviewed-by: Vincent Palatin --- Makefile.rules | 2 +- OWNERS | 8 ++++++++ board/OWNERS | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 OWNERS create mode 100644 board/OWNERS 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 -- cgit v1.2.1