Re: Get list of latest builds from Koji

2016-09-20 Thread Igor Gnatenko
$ koji list-tagged --inherit --latest f$FVER-updates-testing-pending $PKG On Tue, Sep 20, 2016 at 3:50 PM, Richard W.M. Jones wrote: > > Is there a way to get a list of the latest builds out of Koji? > Especially builds from a particular tag/target (f25). > > I tried a few

Re: Get list of latest builds from Koji

2016-09-20 Thread Adam Williamson
On Tue, 2016-09-20 at 14:50 +0100, Richard W.M. Jones wrote: > Is there a way to get a list of the latest builds out of Koji? > Especially builds from a particular tag/target (f25). > > I tried a few things, but none of them are ideal: > > (1) There is an RSS feed

Re: Get list of latest builds from Koji

2016-09-20 Thread Richard W.M. Jones
On Tue, Sep 20, 2016 at 03:09:50PM +0100, Peter Robinson wrote: > > (2) `koji latest-pkg --all f25` shows the highest NVR of all packages > > in f25. Unfortunately when I diffed the output over about an hour, it > > never changed. > > You wouldn't expect it to, it's the stable env as it has boshi

Re: Get list of latest builds from Koji

2016-09-20 Thread Peter Robinson
> Is there a way to get a list of the latest builds out of Koji? > Especially builds from a particular tag/target (f25). > > I tried a few things, but none of them are ideal: > > (1) There is an RSS feed (http://koji.fedoraproject.org/koji/recentbuilds) > but it only contains a handful of builds.

Re: Get list of latest builds from Koji

2016-09-20 Thread Dan HorĂ¡k
On Tue, 20 Sep 2016 14:50:50 +0100 "Richard W.M. Jones" wrote: > > Is there a way to get a list of the latest builds out of Koji? > Especially builds from a particular tag/target (f25). > > I tried a few things, but none of them are ideal: > > (1) There is an RSS feed >