| Index: scripts/master/master_gen.py
|
| diff --git a/scripts/master/master_gen.py b/scripts/master/master_gen.py
|
| index 2dd3ccd3e56701a93ad00b3d9b68eb14bb3c62c6..6f8309b6d5947accecc69480c46d51155c85a613 100644
|
| --- a/scripts/master/master_gen.py
|
| +++ b/scripts/master/master_gen.py
|
| @@ -40,11 +40,8 @@ def _Populate(BuildmasterConfig, builders, active_master_cls):
|
| c['buildbotURL'] = active_master_cls.buildbot_url
|
|
|
| # This sets c['db_url'] to the database connect string in found in
|
| - # the .dbconfig in the master directory, if it exists. If this is
|
| - # a production host, it must exist.
|
| - chromium_utils.DatabaseSetup(
|
| - c,
|
| - require_dbconfig=active_master_cls.is_production_host)
|
| + # the .dbconfig in the master directory, if it exists.
|
| + chromium_utils.DatabaseSetup(c)
|
|
|
| c['builders'] = _ComputeBuilders(builders, m_annotator, active_master_cls)
|
|
|
|
|