mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Change-Id: I6a7b6c9ecb4380abb99df9cc12d29d975eb913db BUG=chromium-os:12582 TEST=none STATUS=Fixed Review URL: http://codereview.chromium.org/6588059
20 lines
480 B
Plaintext
20 lines
480 B
Plaintext
# See http://dev.chromium.org/developers/contributing-code/watchlists for
|
|
# a description of this file's format.
|
|
# Please keep these keys in alphabetical order.
|
|
|
|
{
|
|
'WATCHLIST_DEFINITIONS': {
|
|
'all': {
|
|
'filepath': '.',
|
|
},
|
|
'build_kernel_image': {
|
|
'filepath': 'build_kernel_image\.sh',
|
|
},
|
|
},
|
|
'WATCHLISTS': {
|
|
'all': ['sosa@chromium.org', 'msb@chromium.org',
|
|
'anush@chromium.org'],
|
|
'build_kernel_image': ['jimhebert@chromium.org'],
|
|
},
|
|
}
|