Convert 'mach release' to run with Python 3
Categories
(Release Engineering :: Release Automation, task)
Tracking
(Not tracked)
People
(Reporter: KrisWright, Unassigned)
References
Details
mach release
still runs with python 2 [1]. We want to convert all mach
commands to python 3.
To do this, any dependencies of the command may need to be converted as well as the command itself.
Comment 2•4 years ago
|
||
(In reply to Ricky Stewart from comment #1)
Hi -- is there a status update on this work?
Hi! Thanks for resurfacing this.
Not sure we have room for this in the near future given the reduced capacity we currently have in RelEng, post-August 2020.
I'll add this to our list for backlog but I don't expect much progress in the coming weeks. Please let me know if there are other OKRs impacted by this and I can escalate priority check.
Comment 3•4 years ago
|
||
It's not that urgent for now. We are planning on setting an EOL on Python 2 in mach
at some point, but it's not happening in the near future. (You'll get notice when we make a decision about when that's happening.)
Comment 4•4 years ago
|
||
(In reply to Ricky Stewart from comment #3)
It's not that urgent for now. We are planning on setting an EOL on Python 2 in
mach
at some point, but it's not happening in the near future. (You'll get notice when we make a decision about when that's happening.)
Sounds good, thank you.
Comment 5•4 years ago
|
||
Looks like this got handled in https://bugzilla.mozilla.org/show_bug.cgi?id=1653662
Comment 6•4 years ago
|
||
I think you marked this against the wrong bug. Should be a duplicate of bug 1653662.
Comment 7•4 years ago
|
||
(In reply to Mathew Hodson from comment #6)
I think you marked this against the wrong bug. Should be a duplicate of bug 1653662.
Whoops, thank you!
Description
•