1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 17:30:16 +00:00

Add more Observatory related paths to WATCHLISTS and add rmacnak@

BUG=
R=turnidge@google.com

Review URL: https://codereview.chromium.org//1229463002.
This commit is contained in:
John McCutchan 2015-07-06 15:33:58 -07:00
parent 2f3a5b112c
commit 6c2fed747d

View File

@ -14,14 +14,18 @@
'filepath': 'tools/',
},
'observatory': {
'filepath': 'runtime/observatory/',
'filepath': 'runtime/bin/vmservice/' \
'|runtime/bin/vmservice*' \
'|runtime/observatory/' \
'|runtime/vm/service/' \
'|runtime/vm/service*'
},
},
'WATCHLISTS': {
'runtime': ['vm-dev@dartlang.org'],
'tools': ['ricow@google.com'],
'observatory': ['johnmccutchan@google.com', 'turnidge@google.com'],
'observatory': ['johnmccutchan@google.com', 'turnidge@google.com', 'rmacnak@google.com'],
},
}