This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: buildbot error when pushing to 2.5 branch?
Type: behavior Stage: resolved
Components: Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: loewis, orsenthil, python-dev, r.david.murray, skip.montanaro
Priority: normal Keywords:

Created on 2011-03-17 07:02 by orsenthil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bb-error.txt orsenthil, 2011-03-17 07:02
Messages (8)
msg131229 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-03-17 07:02
When pushed a change to 2.5 branch, I got an error, which I think has
to do with buildbot not available for 2.5 codeline.
It asked me to notify the tracker and here it is.

remote:     state = method(*args, **kw)
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: ]
remote: sent email to roundup at report@bugs.python.org
msg131268 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2011-03-17 17:15
Should you be pushing anything to 2.5?
msg131298 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-03-17 22:48
On Thu, Mar 17, 2011 at 05:15:09PM +0000, Skip Montanaro wrote:
> Should you be pushing anything to 2.5?

I think, there is a security release planned in 2011.
Also, see issue11442  which was the specific case for pushing to 2.5.
msg131309 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2011-03-18 00:35
Yes, but this is not a security issue.
msg131310 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-03-18 01:27
issue11442 is a security issue and I pushed to 2.5 for fixing that and
encountered this problem with buildbot. I think, we may/may not fix
this (buildbot issue) depending upon when the 2.5 release may be
planned.
msg131330 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-03-18 15:23
I talked to Martin.  He wants the 2.5 mercurial branch to get *exactly* that set of changes that needs to be applied to the svn repository in order for him to build the security release, no more no less.  Note that 2.5 goes out of security maintenance in November.
msg131331 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-03-18 15:51
David, from you message I understand that Martin is planning to
release 2.5 via svn.  If that is the case, whatever was pushed for
security fix to hg can remain as such and so that those can be
exported to svn. 

The bugs related to buildbot and svn keyword for 2.5, can then be
ignored and closed.
msg131332 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-03-18 15:57
Yes, although there may be another answer on the compile bug.
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55790
2011-03-18 15:57:04r.david.murraysetstatus: open -> closed
nosy: loewis, skip.montanaro, orsenthil, r.david.murray, python-dev
messages: + msg131332
resolution: wont fix

type: behavior
stage: resolved
2011-03-18 15:51:02orsenthilsetnosy: loewis, skip.montanaro, orsenthil, r.david.murray, python-dev
messages: + msg131331
2011-03-18 15:23:57r.david.murraysetnosy: + r.david.murray
messages: + msg131330
2011-03-18 01:53:50orsenthilsetnosy: + loewis
2011-03-18 01:27:54orsenthilsetmessages: + msg131310
2011-03-18 00:35:36skip.montanarosetmessages: + msg131309
2011-03-17 22:48:37orsenthilsetmessages: + msg131298
2011-03-17 17:15:08skip.montanarosetnosy: + skip.montanaro
messages: + msg131268
2011-03-17 07:02:19orsenthilcreate