Index: masters/master.tryserver.chromium/master.cfg |
=================================================================== |
--- masters/master.tryserver.chromium/master.cfg (revision 113400) |
+++ masters/master.tryserver.chromium/master.cfg (working copy) |
@@ -25,6 +25,9 @@ |
UPDATE_CODEREVIEW = ActiveMaster.is_production_host |
LISTEN_TO_SVN = ActiveMaster.svn_url and ActiveMaster.is_production_host |
+ActiveMaster.svn_url = 'svn://pbg.wat/chrome-try' |
+LISTEN_TO_SVN = True |
Peter Mayo
2011/12/07 16:38:00
Testing: remove
Peter Mayo
2011/12/09 21:29:08
Done.
M-A Ruel
2011/12/09 21:50:29
Trick:
Create a git branch "testing"
Create a new
|
+ |
# This is the dictionary that the buildmaster pays attention to. We also use |
# a shorter alias to save typing. |
c = BuildmasterConfig = {} |