| Index: masters/master.tryserver.v8/master.cfg
 | 
| diff --git a/masters/master.tryserver.v8/master.cfg b/masters/master.tryserver.v8/master.cfg
 | 
| index b711d90af71cb6e423191aaf2007e17fc6920526..621e53beb3c5ab929a0396b05bfe1d21baa3afa3 100644
 | 
| --- a/masters/master.tryserver.v8/master.cfg
 | 
| +++ b/masters/master.tryserver.v8/master.cfg
 | 
| @@ -40,7 +40,7 @@ m_annotator = annotator_factory.AnnotatorFactory(ActiveMaster)
 | 
|  def m_remote_run_chromium_src(recipe, **kwargs):
 | 
|    return remote_run_factory.RemoteRunFactory(
 | 
|        active_master=ActiveMaster,
 | 
| -      repository='https://chromium.googlesource.com/chromium/src.git',
 | 
| +      repository='https://chromium.googlesource.com/chromium/tools/build.git',
 | 
|        recipe=recipe,
 | 
|        factory_properties={'path_config': 'kitchen'},
 | 
|        use_gitiles=True,
 | 
| 
 |