Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: masters/master.client.dart.fyi/master.cfg

Issue 2094613002: Don't require a .dbconfig file on any masters. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.chromiumos/master.cfg ('k') | masters/master.client.dart.packages/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.dart.fyi/master.cfg
diff --git a/masters/master.client.dart.fyi/master.cfg b/masters/master.client.dart.fyi/master.cfg
index 863ac039cdb55a8c43c604ea26dae7e0f3261c4b..eb6fc71f0ddf5ade95e2b247cb2f2b23e718d743 100644
--- a/masters/master.client.dart.fyi/master.cfg
+++ b/masters/master.client.dart.fyi/master.cfg
@@ -42,7 +42,7 @@ MAIL_NOTIFIER = ActiveMaster.is_production_host
# a shorter alias to save typing.
c = BuildmasterConfig = {}
-config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
+config.DatabaseSetup(c)
# 'slavePortnum' defines the TCP port to listen on. This must match the value
# configured into the buildslaves (with their --master option)
« no previous file with comments | « masters/master.chromiumos/master.cfg ('k') | masters/master.client.dart.packages/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698