Open main menu

CDOT Wiki β

Changes

Winter 2011 SBR600 Weekly Schedule

No change in size, 01:33, 9 January 2011
koji: Testing multiple architectures
To queue a build for all four Fedora-supported architectures (currently i386, x86_64, ppc, and ppc64):
koji build ''dist-f12f14'' --scratch ''foo*.src.rpm''
In this example, ''dist-f12f14'' selects the package repository (similar to the <code>-r</code> option for mock, except that the build arch is not specified); <code>--scratch</code> specifies that this is a scratch build (the results are not kept or fed to Bodhi).
To perform a build that will be passed to Bodhi for distribution, substitute <code>--rebuild</code> for <code>--scratch</code> (do not do this until you have passed the package review and sponsor procedures).