On Mon, Oct 05, 2020 at 12:08:11PM +0200, Miro Hrončok wrote: > On 05. 10. 20 11:59, Zbigniew Jędrzejewski-Szmek wrote: > > I'd like to introspect a side tag: > > 'koji list-pkgs --tag f34-build-side-31299' lists many many packages. > > 'koji list-pkgs --noinherit --tag f34-build-side-31299' lists nothing. > > Is there some command which would list packages that are in the side tag? > > Partial answer: > > This will give you list of latest builds tagged into the side tag: > > $ koji list-tagged --latest f34-build-side-31299 > > From that you can get package names via usual shell piping. > > $ koji list-tagged f34-build-side-31299 | cut -f1 -d" " | pkgname > > Similarly, this is the web UI for the same: > > https://koji.fedoraproject.org/koji/builds?latest=1&tagID=31299&order=-completion_time&inherited=0 > > (Errors now, no idea why.) https://pagure.io/koji/issue/2491 (already fixed upstream, will be in next release). kevin
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx