This is a documentation package and is not critical enough to be a part
of every build root.
Signed-off-by: George T Kramer <george.t.kramer@intel.com>
The rpm package is now autospec'd, which comes with it some name
changes. Removing rpm-build and adding rpm, also adding file,
elfutils, and cpio to both build groups.
Signed-off-by: George T Kramer <george.t.kramer@intel.com>
When importing RPMs into koji, the RPMs may first be hardlinked to
reduce disk IO. Then, multiple RPMs may be imported at once with a
single command, rather than calling out to the same command multiple
times. Finally, RPMs may be tagged in parallel. These three things
combined significantly decrease the time required to import RPMs into
koji.
Signed-off-by: George T Kramer <george.t.kramer@intel.com>
A deployment of a "koji" server consists of additional services that
support development beyond koji itself. These include
git/cgit/gitolite, a mash containing the current snapshot of the
packages in koji, and an upstreams package sources cache.
Because these are required for integration with a DevOps workflow, they
are not included by default in the ansible playbook.
Making external repository usage optional based on how it's defined or
not defined in parameter.sh so users do not need to edit any script
besides this one.
Signed-off-by: George T Kramer <george.t.kramer@intel.com>