Mercurial > hg > autobot
changeset 147:4c6e4bb9a127
refer to the right dict
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 24 Jan 2011 18:21:21 -0800 |
parents | 0ddd670b17fc |
children | 7a0939d575db |
files | autobot/template/master/master.cfg |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/template/master/master.cfg Mon Jan 24 18:19:54 2011 -0800 +++ b/autobot/template/master/master.cfg Mon Jan 24 18:21:21 2011 -0800 @@ -81,7 +81,7 @@ treeStableTimer = 1 -for (source, branch), buildernames in sources.items(): +for (source, branch), buildernames in builder_sources.items(): change_filter = ChangeFilter(repository=source, branch=branch) c['schedulers'].append(Scheduler(name="%s#%s" % (source, branch), branch=branch,