[Python-Dev] I am now lost - committed, pulled, merged, what is "collapse"?

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 20 02:26:08 CET 2011


Am 20.03.2011 00:39, schrieb Antoine Pitrou:
> 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.

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


More information about the Python-Dev mailing list