diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 14:51:15 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 14:51:15 +0000 |
commit | 4b555d912bfddd8bc77d4e9191a2d14ea71c90ff (patch) | |
tree | 745afafcf0a3e261bc982296c579dcbd24dcbf2e /testing | |
parent | 9c1fe6e415e03bf95dd6a7373c2b1bc0e38813ca (diff) | |
download | chromium_src-4b555d912bfddd8bc77d4e9191a2d14ea71c90ff.zip chromium_src-4b555d912bfddd8bc77d4e9191a2d14ea71c90ff.tar.gz chromium_src-4b555d912bfddd8bc77d4e9191a2d14ea71c90ff.tar.bz2 |
Use "set noparent" in testing/buildbot/OWNERS to make it effective
testing/OWNERS has * in it.
Example CL where this made a difference: https://codereview.chromium.org/246623009/
BUG=none
R=sky@chromium.org
Review URL: https://codereview.chromium.org/289863006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/buildbot/OWNERS b/testing/buildbot/OWNERS index a6eb6e9..339df06 100644 --- a/testing/buildbot/OWNERS +++ b/testing/buildbot/OWNERS @@ -1,3 +1,6 @@ +# This is needed because of * in testing/OWNERS . +set noparent + darin@chromium.org phajdan.jr@chromium.org sky@chromium.org |