Dazed and confused....

2008-02-06 Thread Bryce
Just playing around with a miniature version of koji at home, building off my own box (i386/x86_64) using koji-1.2.5 Issue 1. The kernel, because my build host is defined as arch i386, x86_64 when I pass a kernel build in, it passes "--target i386" which leads to the usual train wreck of no i386

Re: package upload/import speed

2008-07-23 Thread Bryce
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Naveen Gavini wrote: > Hello all, > > When importing or building RPM's from source is there an option that is > throttling the upload speed of the package? > We are seeing speeds of 10kbps which makes importing/building large > packages very slow. >

Assembling packages for ISO's

2008-09-10 Thread Bryce
Can anyone think of a more succinct means to drag out all the latest rpms based on a tag? I could only came up with this horror. mkdir pool; cd pool TAG=f9-bryced koji list-pkgs --tag=${TAG} --quiet | cut -f 1 -d " " | xargs koji latest-pkg ${TAG} --quiet | cut -f1 -d " " | xargs -n1 koji downloa

Re: Assembling packages for ISO's

2008-09-10 Thread Bryce
Jon Stanley wrote: > On Wed, Sep 10, 2008 at 7:33 AM, Bryce <[EMAIL PROTECTED]> wrote: > > >> mkdir pool; cd pool >> TAG=f9-bryced >> koji list-pkgs --tag=${TAG} --quiet | cut -f 1 -d " " | xargs koji >> latest-pkg ${TAG} --quiet | cut -f1 -d &q

What exactly is 'latest'

2008-09-12 Thread Bryce
I've created a tag I've imported various packages including several kernels ovs-2.1/kernel-2.4.21-52.0.0.0.2.EL.src.rpm ovs-2.1/kernel-2.6.18-8.1.6.0.18.el5.src.rpm ovs-2.1/kernel-2.6.9-42.0.10.2.3.EL.src.rpm ovs-2.1/kernel-2.6.9-42.32.0.0.4.EL.src.rpm when I look at latest-by-tag I get kernel-

Re: What exactly is 'latest'

2008-09-12 Thread Bryce
Jesse Keating wrote: > On Fri, 2008-09-12 at 17:45 +0100, Bryce wrote: > >> when I look at latest-by-tag I get kernel-2.6.9-42.32.0.0.4.EL instead >> of kernel-2.6.18-8.1.6.0.18.el5 >> So I'm wondering if the koji code is simply making a character by >> charac

Cockroach task

2008-11-30 Thread Bryce
(refers to koji-1.2.6-1) -scratch head- Koji seems to have derailed itself and created an unkillable task Although it has built the rpms, it then seems to have done something odd to itself because it's entered a failed state but the koji system still believes that it is still building the package

Re: Cockroach task

2008-12-01 Thread Bryce
Mike McLean wrote: > Bryce wrote: >> (refers to koji-1.2.6-1) >> >> -scratch head- >> Koji seems to have derailed itself and created an unkillable task >> Although it has built the rpms, it then seems to have done something odd >> to itself because it'

Re: Koji feature proposals

2009-01-08 Thread Bryce
Oliver Falk wrote: > Jesse Keating wrote: >> On Wed, 2009-01-07 at 17:23 +0100, Oliver Falk wrote: >>> OKOK. I thought rpmbuild will automagically produce arch-specific >>> and noarch packages in 'one step'... >> >> It will, for one arch. You do a rpmbuild --rebuild foo (on x86_64) and >> it'll sp

Re: I've a puzzle on koji when build x86_64 arch.

2009-05-07 Thread Bryce
李建 wrote: > I'just verify the > http://kojipkgs.fedoraproject.org/packages/rsh/0.17/54.fc11/data/logs/x86_64/root.log, > it issue > > /usr/bin/yum --installroot > /var/lib/mock/dist-f11-build-415492-69017/root/ groupinstall build > > just install x86_64 pkgs! but my project needed some i386 pkgs!