| Index: masters/master.chromium.gpu/master.cfg
|
| diff --git a/masters/master.chromium.gpu/master.cfg b/masters/master.chromium.gpu/master.cfg
|
| index 7e68797b46c273c7828463c2f24cc92db8d8b256..223ee0c7c1605a36e6126295dc1c065261375b8c 100644
|
| --- a/masters/master.chromium.gpu/master.cfg
|
| +++ b/masters/master.chromium.gpu/master.cfg
|
| @@ -13,8 +13,9 @@ from master import slaves_list
|
| from master.factory import chromium_factory
|
|
|
| import config
|
| +import master_site_config
|
|
|
| -ActiveMaster = config.Master.ChromiumGPU
|
| +ActiveMaster = master_site_config.ChromiumGPU
|
|
|
| # This is the dictionary that the buildmaster pays attention to. We also use
|
| # a shorter alias to save typing.
|
|
|