.. _yumrepoinfo_directive: yumrepoinfo_directive - translate Koji tags into YUM repository URLs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 0.4 Translate a Koji tag into a set of YUM repositories. This is useful when you want to work with YUM metadata for a specific Fedora repository, but you only know its Koji tag. Parameters ---------- .. raw:: html
| parameter | required | description | type | default | choices | 
|---|---|---|---|---|---|
| arch | yes | list of architectures. In this list, all "meta architectures" like all, src and noarch are ignored, list of "real architectures" is expected there (e.g. x86_64 or i386). | list of str | ||
| koji_tag | yes | name of the Koji tag, e.g. f20, f20-updates, f20-updates-testing, or rawhide. If the tag ends with -pending suffix, this suffix is stripped (because pending tags are not real repositories), and the resulting tag is used. | str |