Re: Generate list of my packages

2020-03-01 Thread Orion Poplawski
On 2/28/20 1:21 PM, Thomas Moschny wrote: Something like this should work: $ curl -o result.json 'https://src.fedoraproject.org/api/0/projects?owner=orion&per_page=100' $ jq Thanks! That got me started down the right path... Am Fr., 28. Feb. 2020 um 21:05 Uhr schrieb Scott Talbert : On Fr

Re: Generate list of my packages

2020-02-28 Thread Orion Poplawski
On 2/28/20 1:04 PM, Scott Talbert wrote: On Fri, 28 Feb 2020, Orion Poplawski wrote: Can someone point me to a way to generate a list of non-retired packages that I am a maintainer on?  Thanks. Hunting around for a "pagure cli" doesn't bring up much that seems active. You could probably sc

Re: Generate list of my packages

2020-02-28 Thread Thomas Moschny
Something like this should work: $ curl -o result.json 'https://src.fedoraproject.org/api/0/projects?owner=orion&per_page=100' $ jq : > > On Fri, 28 Feb 2020, Orion Poplawski wrote: > > > Can someone point me to a way to generate a list of non-retired packages > > that > > I am a maintainer on?

Re: Generate list of my packages

2020-02-28 Thread Scott Talbert
On Fri, 28 Feb 2020, Orion Poplawski wrote: Can someone point me to a way to generate a list of non-retired packages that I am a maintainer on? Thanks. Hunting around for a "pagure cli" doesn't bring up much that seems active. You could probably scrape it from here? https://src.fedoraproje