aboutsummaryrefslogtreecommitdiff
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorandrew <andrew@webrtc.org>2015-11-26 08:47:46 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-26 16:47:54 +0000
commit6e40c09fc051fa53fc8a56adb31f6232577eb9d2 (patch)
tree98ede0a7c7d6791e66c2bfb6fd40a2777b3f905e /WATCHLISTS
parent8c38e8b9b96d72317d6ce94c1442113b4e385dcb (diff)
downloadwebrtc-6e40c09fc051fa53fc8a56adb31f6232577eb9d2.tar.gz
Fix root_files WATCHLIST.
The webrtc/ rule required a ^ to avoid matching e.g. talk/app/webrtc. Also modify my subscriptions a bit. R=kjellander@webrtc.org TEST=verified with depot_tools/watchlists.py NOTRY=true Review URL: https://codereview.webrtc.org/1473983002 Cr-Commit-Position: refs/heads/master@{#10813}
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS12
1 files changed, 6 insertions, 6 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 2ed0fac657..72ca3956a0 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -16,14 +16,14 @@
},
'all_webrtc': {
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
- 'filepath': 'webrtc/.*',
+ 'filepath': '^webrtc/.*',
},
'root_files': {
# webrtc/build/ and non-recursive contents of ./ and webrtc/
- 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
+ 'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*',
},
'documented_interfaces': {
- 'filepath': 'webrtc/[^/]*\.h$|'\
+ 'filepath': '^webrtc/[^/]*\.h$|'\
'webrtc/voice_engine/include/.*',
},
'build_files': {
@@ -110,7 +110,8 @@
'video-team@agora.io',
'yujie.mao@webrtc.org',
'zhengzhonghou@agora.io'],
- 'voice_engine': ['audio-team@agora.io',
+ 'voice_engine': ['andrew@webrtc.org',
+ 'audio-team@agora.io',
'henrika@webrtc.org',
'henrik.lundin@webrtc.org',
'minyue@webrtc.org',
@@ -165,8 +166,7 @@
'rtp_rtcp': ['mflodman@webrtc.org',
'stefan@webrtc.org',
'zhuangzesen@agora.io'],
- 'system_wrappers': ['andrew@webrtc.org',
- 'fengyue@agora.io',
+ 'system_wrappers': ['fengyue@agora.io',
'henrika@webrtc.org',
'mflodman@webrtc.org',
'peah@webrtc.org',