Learn more about these different git repos.
Other Git URLs
I'm using pkgset_source = "koji" and sometimes pkgset_koji_inherit = True. Some rpm ended up in the compose. I'd like to see from which tag this rpm came.
pkgset_source = "koji"
pkgset_koji_inherit = True
It would be helpful to either see parent one (pungi's pkgset_koji_tag) and actual name of child tag where that build is present ("%s [%s]" % (tag_name, tag_id) from koji's getLatestBuilds() response) with a note that inheritance has been used (from pungi's pkgset_koji_inherit).
pkgset_koji_tag
"%s [%s]" % (tag_name, tag_id)
getLatestBuilds()
pkgset_koji_inherit
Metadata Update from @lsedlar: - Issue assigned to lsedlar
Metadata Update from @lsedlar: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @lsedlar: - Issue tagged with: 4.1.17
Log in to comment on this ticket.