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

Unified Diff: scripts/master/skia/skia_master_utils.py

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 | « scripts/master/master_gen.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/skia/skia_master_utils.py
diff --git a/scripts/master/skia/skia_master_utils.py b/scripts/master/skia/skia_master_utils.py
index 7877371cff6ae7e1c9c9df061eab3b8f9044317a..3fedcace2b0052fa03c519d7e4efb5b0f60e684f 100644
--- a/scripts/master/skia/skia_master_utils.py
+++ b/scripts/master/skia/skia_master_utils.py
@@ -257,7 +257,7 @@ def SetupMaster(ActiveMaster):
# Buildmaster config dict.
c = {}
- config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
+ config.DatabaseSetup(c)
####### CHANGESOURCES
« no previous file with comments | « scripts/master/master_gen.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698