aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Webb <allenwebb@google.com>2022-03-23 10:22:18 -0500
committerAllen Webb <allenwebb@google.com>2022-03-23 10:55:27 -0500
commit6de291f22be206ab0e78a747f150973862479b50 (patch)
tree451634d07ee3f97f5410d7984109cf3429302554
parentf486e262fac6d410611331245961997041a52464 (diff)
downloadminijail-6de291f22be206ab0e78a747f150973862479b50.tar.gz
Add OWNERS_GENERAL so it can be inherited without 'no parent'
OWNERS sets 'no parent' which may not be wanted when inheriting outside this project, so put the actual list in OWNERS.general. Bug: None Test: repo upload . Change-Id: Ibb555096b678a8eea58997bf3595369752619519
-rw-r--r--OWNERS4
-rw-r--r--OWNERS_GENERAL3
2 files changed, 4 insertions, 3 deletions
diff --git a/OWNERS b/OWNERS
index 80531d2..2823db3 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,7 +1,5 @@
set noparent
-allenwebb@google.com
-jorgelo@google.com
-vapier@google.com
+include OWNERS_GENERAL
# Emeritus.
drewry@google.com
keescook@google.com
diff --git a/OWNERS_GENERAL b/OWNERS_GENERAL
new file mode 100644
index 0000000..e5179ef
--- /dev/null
+++ b/OWNERS_GENERAL
@@ -0,0 +1,3 @@
+allenwebb@google.com
+jorgelo@google.com
+vapier@google.com