| Index: scripts/tools/buildbot_tool_templates/master_site_config.py
|
| diff --git a/scripts/tools/buildbot_tool_templates/waterfall/master_site_config.py b/scripts/tools/buildbot_tool_templates/master_site_config.py
|
| similarity index 84%
|
| rename from scripts/tools/buildbot_tool_templates/waterfall/master_site_config.py
|
| rename to scripts/tools/buildbot_tool_templates/master_site_config.py
|
| index d997d8e91a0ff6500ab633eab7e6bf7332ff75bd..4ab5ffa695697eb1d0677c6ecfd1ce19b00f39e4 100644
|
| --- a/scripts/tools/buildbot_tool_templates/waterfall/master_site_config.py
|
| +++ b/scripts/tools/buildbot_tool_templates/master_site_config.py
|
| @@ -14,3 +14,5 @@ class %(master_classname)s(Master.%(master_base_class)s):
|
| slave_port = %(slave_port)s
|
| master_port_alt = %(master_port_alt)s
|
| buildbot_url = '%(buildbot_url)s'
|
| + buildbucket_bucket = %(buildbucket_bucket_str)s
|
| + service_account_file = %(service_account_file_str)s
|
|
|