.. _createrepo_directive: createrepo_directive - create a YUM repository from RPM packages using createrepo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 0.4 Take a directory containing RPM packages and run ``createrepo`` command on it, which creates YUM repository metadata inside of it. Parameters ---------- .. raw:: html
parameter | required | description | type | default | choices |
---|---|---|---|---|---|
repodir |
yes | absolute or relative path to the directory containing RPM files (the task directory is considered the current working directory) |
str |