| Index: masters/master.client.v8/master.cfg
|
| diff --git a/masters/master.client.v8/master.cfg b/masters/master.client.v8/master.cfg
|
| index ac6e7208eb61fdba89ed6fcbe8bc6a001dacaad6..fd0055e7c657a579414f2a5c4d6a1cc182e4a605 100644
|
| --- a/masters/master.client.v8/master.cfg
|
| +++ b/masters/master.client.v8/master.cfg
|
| @@ -28,6 +28,7 @@ from master.factory import v8_factory
|
| from master.factory import chromium_factory
|
|
|
| import config
|
| +import master_site_config
|
| import branches_cfg
|
|
|
| # Get the branches currently tracked on the waterfall, plus the names for the
|
| @@ -36,7 +37,7 @@ stable_branch = branches_cfg.stable_branch
|
| beta_branch = branches_cfg.beta_branch
|
| branch_names = branches_cfg.branch_names
|
|
|
| -ActiveMaster = config.Master.V8
|
| +ActiveMaster = master_site_config.V8
|
|
|
| SVN_POLLER = True
|
|
|
|
|