| Index: masters/master.chromium.webrtc.fyi/master_source_cfg.py
|
| diff --git a/masters/master.client.webrtc/master_source_cfg.py b/masters/master.chromium.webrtc.fyi/master_source_cfg.py
|
| similarity index 96%
|
| copy from masters/master.client.webrtc/master_source_cfg.py
|
| copy to masters/master.chromium.webrtc.fyi/master_source_cfg.py
|
| index ce87ff67ecb2c9fbf59cd1e9faae226e57a53d8d..6b9716227badc92ffa1f20acedff23dc14ad99f5 100644
|
| --- a/masters/master.client.webrtc/master_source_cfg.py
|
| +++ b/masters/master.chromium.webrtc.fyi/master_source_cfg.py
|
| @@ -14,7 +14,7 @@ def WebRTCFileSplitter(path):
|
| # match paths in the Subversion repository, relative to the 'path' URL
|
| # argument. build_utils.SplitPath() will use them as branch names to
|
| # kick off the Schedulers for different projects.
|
| - projects = ['trunk']
|
| + projects = ['trunk', 'stable']
|
| return build_utils.SplitPath(projects, path)
|
|
|
|
|
|
|