Re: How to figure out why is Python 2 in critpath

2019-10-28 Thread Kevin Fenzi
On Fri, Oct 25, 2019 at 10:11:56AM -0700, Adam Williamson wrote: > On Fri, 2019-10-25 at 17:34 +0200, Miro Hrončok wrote: ...snip... > > If those releng scripts are used for this, the PR might actually fix the > > problem. > > Yes, that's what I meant. (Though I don't know if anything's hooked up

Re: How to figure out why is Python 2 in critpath

2019-10-25 Thread Adam Williamson
On Fri, 2019-10-25 at 17:34 +0200, Miro Hrončok wrote: > On 25. 10. 19 16:54, Adam Williamson wrote: > > On Fri, 2019-10-25 at 13:58 +0200, Miro Hrončok wrote: > > > The critpath.py script from the same place is quite more interesting, as > > > it > > > actually resolves the critpath on various ar

Re: How to figure out why is Python 2 in critpath

2019-10-25 Thread Miro Hrončok
On 25. 10. 19 16:54, Adam Williamson wrote: On Fri, 2019-10-25 at 13:58 +0200, Miro Hrončok wrote: The critpath.py script from the same place is quite more interesting, as it actually resolves the critpath on various architectures instead of querying an API where I already know python2 is liste

Re: How to figure out why is Python 2 in critpath

2019-10-25 Thread Adam Williamson
On Fri, 2019-10-25 at 13:58 +0200, Miro Hrončok wrote: > > The critpath.py script from the same place is quite more interesting, as it > actually resolves the critpath on various architectures instead of querying > an > API where I already know python2 is listed in. > > With this patch: https:

Re: How to figure out why is Python 2 in critpath

2019-10-25 Thread Miro Hrončok
On 25. 10. 19 13:17, Miro Hrončok wrote: On 25. 10. 19 12:23, Miro Hrončok wrote: On 24. 10. 19 13:30, Peter Robinson wrote: On Thu, Oct 24, 2019 at 11:48 AM Miro Hrončok > wrote:     How do I find our why is Python 2 in the critical path? Does running scripts/get-

Re: How to figure out why is Python 2 in critpath

2019-10-25 Thread Miro Hrončok
On 25. 10. 19 12:23, Miro Hrončok wrote: On 24. 10. 19 13:30, Peter Robinson wrote: On Thu, Oct 24, 2019 at 11:48 AM Miro Hrončok > wrote:     How do I find our why is Python 2 in the critical path? Does running scripts/get-critpath from the releng repo give any ins

Re: How to figure out why is Python 2 in critpath

2019-10-25 Thread Miro Hrončok
On 24. 10. 19 13:30, Peter Robinson wrote: On Thu, Oct 24, 2019 at 11:48 AM Miro Hrončok > wrote: How do I find our why is Python 2 in the critical path? Does running scripts/get-critpath from the releng repo give any insight? No luck so far: $ python get-crit

Re: How to figure out why is Python 2 in critpath

2019-10-24 Thread Peter Robinson
On Thu, Oct 24, 2019 at 11:48 AM Miro Hrončok wrote: > I've recently updated Python 2 to the penultimate release for Python 2.7: > > https://bodhi.fedoraproject.org/updates/FEDORA-2019-0d3fcae639 > > Bodhi tells me that Python 2 is in criptpath in Fedora 31. That almost > gave me a > heart attack

How to figure out why is Python 2 in critpath

2019-10-24 Thread Miro Hrončok
I've recently updated Python 2 to the penultimate release for Python 2.7: https://bodhi.fedoraproject.org/updates/FEDORA-2019-0d3fcae639 Bodhi tells me that Python 2 is in criptpath in Fedora 31. That almost gave me a heart attack. I've checked in PDC and indeed it is 😱 Reading https://fedora