Mercurial > hg > autobot
changeset 146:0ddd670b17fc
items, not values
| author | Jeff Hammel <jhammel@mozilla.com> | 
|---|---|
| date | Mon, 24 Jan 2011 18:19:54 -0800 | 
| parents | b10d16cdc22b | 
| children | 4c6e4bb9a127 | 
| 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:18:57 2011 -0800 +++ b/autobot/template/master/master.cfg Mon Jan 24 18:19:54 2011 -0800 @@ -81,7 +81,7 @@ treeStableTimer = 1 -for (source, branch), buildernames in sources.values(): +for (source, branch), buildernames in sources.items(): change_filter = ChangeFilter(repository=source, branch=branch) c['schedulers'].append(Scheduler(name="%s#%s" % (source, branch), branch=branch,
