Chromium Code Reviews| OLD | NEW | 
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be | 
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. | 
| 4 | 4 | 
| 5 # This file is used by scripts/tools/buildbot-tool to generate master configs. | |
| 
 
agable
2014/12/09 21:13:24
I'm not convinced of the need for a master_source_
 
Dirk Pranke
2014/12/09 21:32:01
OK. I tend to agree, but I wasn't sure if it would
 
 | |
| 6 | |
| 5 from master import gitiles_poller | 7 from master import gitiles_poller | 
| 6 | 8 | 
| 7 | 9 | 
| 8 def Update(config, active_master, c): | 10 def Update(config, active_master, c): | 
| 9 master_poller = gitiles_poller.GitilesPoller( | 11 master_poller = gitiles_poller.GitilesPoller( | 
| 10 'https://chromium.googlesource.com/external/mojo') | 12 '%(git_repo_url)s') | 
| 11 | 13 | 
| 12 c['change_source'].append(master_poller) | 14 c['change_source'].append(master_poller) | 
| OLD | NEW |