| Index: masters/master.tryserver.chromium.mac/master.cfg
|
| diff --git a/masters/master.tryserver.chromium.mac/master.cfg b/masters/master.tryserver.chromium.mac/master.cfg
|
| index 5996f3f839fb2957851b7a4a367a3524a47d04d1..febc98a636f58b7d5c3b879cf91d81cc9ab2561c 100644
|
| --- a/masters/master.tryserver.chromium.mac/master.cfg
|
| +++ b/masters/master.tryserver.chromium.mac/master.cfg
|
| @@ -68,7 +68,7 @@ def m_remote_run(recipe, **kwargs):
|
| 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,
|
|
|