HI, I found the correct URL by re-reading the koji doc:
koji --server=https://koji.mbox.centos.org/kojihub/ --authtype=noauth call xxxxx
My next question: is there a way to map an RPM to where it gets placed in the distro from the tag? i.e. Something like: dist-c8 -> BaseOS; dist-c8-extras -> extras; dist-c8-stream -> AppStream. However, that doesn’t account for PowerTools nor the kickstarts within each. Or is this meta information external to koji?
Neale
Hi, I was attempting to access the CentOS koji server via the --weburl= option of the koji command. When I do something like:
koji --weburl=https://koji.mbox.centos.org/ list-tags
I don’t get all the c8 tags I see if I use a browser and go to https://koji.mbox.centos.org/koji/tags. I seem to get all the fedora tags. I assume I am just using the wrong URL.