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

Unified Diff: masters/master.tryserver.nacl/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.tryserver.libyuv/master.cfg ('k') | masters/master.tryserver.v8/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.nacl/master.cfg
diff --git a/masters/master.tryserver.nacl/master.cfg b/masters/master.tryserver.nacl/master.cfg
index 96061b4848b842b93e6f36f70cd7cc5817a78888..068a92069c7a705c6d72ac670b8b0ea97bfca3d9 100644
--- a/masters/master.tryserver.nacl/master.cfg
+++ b/masters/master.tryserver.nacl/master.cfg
@@ -35,7 +35,7 @@ MAIL_NOTIFIER = True
# a shorter alias to save typing.
c = BuildmasterConfig = {}
-config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
+config.DatabaseSetup(c)
####### CHANGESOURCES
« no previous file with comments | « masters/master.tryserver.libyuv/master.cfg ('k') | masters/master.tryserver.v8/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698