diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index f4d7bc087..5c55a0dff 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -3,14 +3,14 @@ ############### c = BuildmasterConfig = {} -c['db_url'] = "mysql://buildbot:b33r@localhost/buildbot?max_idle=300" - # Import our passwords passwd_file = open('passwd.py') exec passwd_file passwd_file.close() +c['db_url'] = "mysql://buildbot:%s@localhost/buildbot?max_idle=300" % passwd["mysql"] + # What port to listen on, used for try attempts as well. c['slavePortnum'] = "tcp:9899:interface=68.233.14.102"