Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-19 Thread Ken Dreyer
On Sat, Oct 16, 2021 at 11:09 AM Richard W.M. Jones wrote: > > Looks like several people have reinvented wheels here because Fedora > doesn't really offer this. I've wanted to make more use of virt-builder. Here is the bug that I last encountered with this:

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-16 Thread Richard W.M. Jones
On Tue, Oct 12, 2021 at 01:52:01PM -0400, Neal Gompa wrote: > Hey all, > > I'm working on extending quickemu[1] to be able to easily spin up > Fedora VMs, but our lack of a static URL formula for fetching ISOs > makes this a bit difficult. > > Do we have some kind of API endpoint that has the

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Colin Walters
On Tue, Oct 12, 2021, at 1:52 PM, Neal Gompa wrote: > Hey all, > > I'm working on extending quickemu[1] to be able to easily spin up > Fedora VMs, but our lack of a static URL formula for fetching ISOs > makes this a bit difficult. > > Do we have some kind of API endpoint that has the necessary

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Adam Williamson
On Wed, 2021-10-13 at 14:45 -0400, Ken Dreyer wrote: > On Wed, Oct 13, 2021 at 2:21 PM Neal Gompa wrote: > > Unfortunately, we lack a usable equivalent for releases, though that's > > good to know for Rawhide. > > For that I use the following URL format string: > >

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Ken Dreyer
On Wed, Oct 13, 2021 at 2:21 PM Neal Gompa wrote: > Unfortunately, we lack a usable equivalent for releases, though that's > good to know for Rawhide. For that I use the following URL format string:

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Neal Gompa
On Wed, Oct 13, 2021 at 2:14 PM Ken Dreyer wrote: > > On Tue, Oct 12, 2021 at 3:26 PM Adam Williamson > wrote: > > Hanging over all of this is the threat that PDC might go away at some > > point, which would be a bit of an inconvenience. In A World Where there > > is no PDC, you have to grab the

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Ken Dreyer
On Tue, Oct 12, 2021 at 3:26 PM Adam Williamson wrote: > Hanging over all of this is the threat that PDC might go away at some > point, which would be a bit of an inconvenience. In A World Where there > is no PDC, you have to grab the metadata files for composes that still > exist from kojipkgs;

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Adam Williamson
On Wed, 2021-10-13 at 08:11 -0400, Stephen Gallagher wrote: > On Tue, Oct 12, 2021 at 2:42 PM Frantisek Zatloukal > wrote: > > > > Hi, > > > > in testcloud ( > > https://pagure.io/testcloud/blob/master/f/testcloud/util.py#_100 ), I am > > using adam's openqa nightlies.json for

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Stephen Gallagher
On Tue, Oct 12, 2021 at 2:42 PM Frantisek Zatloukal wrote: > > Hi, > > in testcloud ( > https://pagure.io/testcloud/blob/master/f/testcloud/util.py#_100 ), I am > using adam's openqa nightlies.json for rawhide/branched: > https://openqa.fedoraproject.org/nightlies.json (this isn't a "stable

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-13 Thread Adam Williamson
On Tue, 2021-10-12 at 19:12 -0400, Neal Gompa wrote: > On Tue, Oct 12, 2021 at 3:25 PM Adam Williamson > wrote: > > > > So to answer Neal's question: you can use PDC directly, or you can use > > fedfind which will talk to PDC for you, plus do a bunch of other stuff, > > like the above, and also

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-12 Thread Neal Gompa
On Tue, Oct 12, 2021 at 3:25 PM Adam Williamson wrote: > > So to answer Neal's question: you can use PDC directly, or you can use > fedfind which will talk to PDC for you, plus do a bunch of other stuff, > like the above, and also synthesizing metadata for pre-Pungi 4 stable > releases so you can

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-12 Thread Adam Williamson
On Tue, 2021-10-12 at 20:40 +0200, Frantisek Zatloukal wrote: > Hi, > > in testcloud ( > https://pagure.io/testcloud/blob/master/f/testcloud/util.py#_100 ), I am > using adam's openqa nightlies.json for rawhide/branched: > https://openqa.fedoraproject.org/nightlies.json (this isn't a "stable

Re: API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-12 Thread Frantisek Zatloukal
Hi, in testcloud ( https://pagure.io/testcloud/blob/master/f/testcloud/util.py#_100 ), I am using adam's openqa nightlies.json for rawhide/branched: https://openqa.fedoraproject.org/nightlies.json (this isn't a "stable api") and https://getfedora.org/releases.json for stable releases. For

API endpoint listing ISOs and checksums for Fedora releases and Rawhide?

2021-10-12 Thread Neal Gompa
Hey all, I'm working on extending quickemu[1] to be able to easily spin up Fedora VMs, but our lack of a static URL formula for fetching ISOs makes this a bit difficult. Do we have some kind of API endpoint that has the necessary information for this? It'd be nice to be able to fetch some kind