Am 20.03.2011 00:39, schrieb Antoine Pitrou: > On Sat, 19 Mar 2011 16:32:53 -0700 > Guido van Rossum <gu...@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.
Not exactly. It tries to categorize the changes, so that they would should up on a waterfall filtered by category. Since we have no waterfall for 2.5, I didn't add any categorization for it. This should now be fixed. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com