| Index: masters/master.tryserver.chromium.linux/master.cfg
|
| diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
|
| index af200d61a6934d78792e2cdf2e6cef6a6a5a3efe..1d3e9737744159cb61b715c4445f45547a6891a7 100644
|
| --- a/masters/master.tryserver.chromium.linux/master.cfg
|
| +++ b/masters/master.tryserver.chromium.linux/master.cfg
|
| @@ -85,7 +85,7 @@ def m_remote_run_chromium_src(recipe, **kwargs):
|
| kwargs['timeout'] = None
|
| 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,
|
|
|