Open main menu

CDOT Wiki β

Changes

Winter 2011 SBR600 Weekly Schedule

90 bytes added, 14:10, 18 January 2011
koji: Testing multiple architectures
{{Admon/note|Koji Setup|Note that koji requires some setup, particularly for certificate-based authentication. See the [[:fedora:PackageMaintainers/UsingKoji|UsingKoji]] page on the Fedora wiki for setup instructions.}}
To queue a build for all four Fedora-supported primary architectures (currently i386, and x86_64, ppc, and ppc64):
koji build ''dist-f14'' --scratch ''foo*.src.rpm''
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).
{{Admon/tip|ARM Build|You can queue an ARM build by substituting the ''arm-koji'' command for the ''koji'' command. Alternately, you can specify the server "arm.koji.fedoraproject.org" on the Koji command line (or in <code>/etc/koji.conf</code>)You can queue builds for ppc, ppc64, sparc, sparc64, ia64, parisc, and s390 systems in the same way.}}
== Resources ==