sourCEntral - mobile manpages

pdf

Fedora::Rebuild::Package::Config

Fedora::Rebuild::Package::Config

Configuration for building a package. This object and its members are not shared.

Constructor arguments and read only accessors
mode

A "Mode" type.

Pass "local" for committing and building locally only, pass "mock" for committing localy and building in mock, pass "koji" for pushing commits and building in Koji.

repositories

Reference to array of repository URLs. Usually points to Fedora mirror or Koji repository (baseurl in YUM terminology). This is needed for "mock" build "mode".

architecture

RPM architecture name, e.g. "x86_64".

mock_install_group

yum group to install at mock chroot initialization. "buildsys−build" is needed for mirrored Fedora repositories "build" is needed for direct koji repositories.

pdf