[Python-Dev] I am now lost - committed, pulled, merged, what is "collapse"?
Antoine Pitrou
solipsis at pitrou.net
Sun Mar 20 00:39:49 CET 2011
On Sat, 19 Mar 2011 16:32:53 -0700
Guido van Rossum <guido at python.org> wrote:
> remote: File "/data/buildbot/master/master.cfg", line 87, in
> perspective_addChange
> remote: changedict['category'] = branch_to_category[changedict['branch']]
> remote: exceptions.KeyError: '2.5'
> remote: ]
That's because the buildbot notification hook tries to launch new builds
on branch 2.5 but it is unknown to the buildmaster.
Regards
Antoine.
More information about the Python-Dev
mailing list