Hi all,
i have pure noarch tags, for which I need to generate repos, possibly without i386, i686, x86_64 or any other -a option of the koji dist-repo command.
Is this possible?
Regards!
This was not a use case that was planned for. It doesn't look like you can simply pass noarch as an arch to the dist-repo command. Only arches with an entry in in createDistRepoTask.compat are going to work that way.
createDistRepoTask.compat
That said, all the binary arches will include noarch. If your tag only has noarch content, then you could pick any one of them and get what is effectively a noarch repo. E.g. just use -a x86_64.
-a x86_64
Metadata Update from @mikem: - Custom field Size adjusted to None
Hi,
thank you very much. Exactly what i've been planning.
Metadata Update from @mou5e: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/3932
Please continue any further discussion there.