Re: How to get list of retired packages?

2021-09-22 Thread Kevin Fenzi
On Wed, Sep 22, 2021 at 08:27:07AM -0600, Jerry James wrote: > On Wed, Sep 22, 2021 at 3:07 AM Petr Pisar wrote: > > That's a random failure (of Fedora's HTTPS load balancer?). I always get 500 > > once in a few dozens of requests: > > > > $ while wget -O /dev/null

Re: How to get list of retired packages?

2021-09-22 Thread Jerry James
On Wed, Sep 22, 2021 at 3:07 AM Petr Pisar wrote: > That's a random failure (of Fedora's HTTPS load balancer?). I always get 500 > once in a few dozens of requests: > > $ while wget -O /dev/null 'https://pdc.fedoraproject.org/rest_api/v1/'; do > N=$((N+1)); echo "$N"; done Interesting. I think

Re: How to get list of retired packages?

2021-09-22 Thread Petr Pisar
V Tue, Sep 21, 2021 at 01:31:52PM -0600, Jerry James napsal(a): > On Tue, Sep 21, 2021 at 1:29 PM Miroslav Suchý wrote: > > And PDC is either misbehaving or I cannot use it properly: > > The former, I think. I just tried to launch a build and got: > > $ fedpkg build > Could not execute build:

Re: How to get list of retired packages?

2021-09-22 Thread Petr Pisar
V Tue, Sep 21, 2021 at 09:28:55PM +0200, Miroslav Suchý napsal(a): > And PDC is either misbehaving or I cannot use it properly: > > https://pdc.fedoraproject.org/rest_api/v1/component-branches/?name=flatpak-runtime-config=rpms#tab_list > > What is current status of this package? And how can I

Re: How to get list of retired packages?

2021-09-21 Thread Jerry James
On Tue, Sep 21, 2021 at 1:29 PM Miroslav Suchý wrote: > And PDC is either misbehaving or I cannot use it properly: The former, I think. I just tried to launch a build and got: $ fedpkg build Could not execute build: The following error occurred while trying to get the active release branches

Re: How to get list of retired packages?

2021-09-21 Thread Miroslav Suchý
Dne 16. 09. 21 v 14:50 Pierre-Yves Chibon napsal(a): What is the best way to get list of retired packages in F35? I can get list of all retired packages by scanning dist-git. But if I want it for one release of Fedora? And I do not want to do that manually; I rather want to script it. PDC

Re: How to get list of retired packages?

2021-09-17 Thread Miroslav Suchý
Dne 16. 09. 21 v 15:37 Miro Hrončok napsal(a): Do you want a list of retired components or a list of removed packages? Both are doable with repoquery (use the source repo for components): $ comm -23 <(repoquery --releasever 34 --repo={fedora,updates}-source -a | pkgname | sort | uniq)

Re: How to get list of retired packages?

2021-09-16 Thread Miro Hrončok
On 16. 09. 21 14:36, Miroslav Suchý wrote: Hi. What is the best way to get list of retired packages in F35? I can get list of all retired packages by scanning dist-git. But if I want it for one release of Fedora? And I do not want to do that manually; I rather want to script it. Hello. Do

Re: How to get list of retired packages?

2021-09-16 Thread Pierre-Yves Chibon
On Thu, Sep 16, 2021 at 02:36:58PM +0200, Miroslav Suchý wrote: > Hi. > > What is the best way to get list of retired packages in F35? I can get list > of all retired packages by scanning dist-git. But if I want it for one > release of Fedora? And I do not want to do that manually; I rather want

Re: How to get list of retired packages?

2021-09-16 Thread Neal Gompa
On Thu, Sep 16, 2021 at 8:37 AM Miroslav Suchý wrote: > > Hi. > > What is the best way to get list of retired packages in F35? I can get list > of all retired packages by scanning > dist-git. But if I want it for one release of Fedora? And I do not want to do > that manually; I rather want to

How to get list of retired packages?

2021-09-16 Thread Miroslav Suchý
Hi. What is the best way to get list of retired packages in F35? I can get list of all retired packages by scanning dist-git. But if I want it for one release of Fedora? And I do not want to do that manually; I rather want to script it. Miroslav ___