How stable is revisor 'master' as of now? I am keen on using --isolinux-cfg on F9

2008-09-10 Thread Martin Langhoff
Hoping to provide a custom isolinux menu for the XS spin - and looking at the src in git, I see the --isolinux-cfg option. If it works, it'll be just the ticket. Is it reasonable to expect it to run with F-9 and with F-9 anaconda? cheers, m -- [EMAIL PROTECTED] [EMAIL PROTECTED] -- School Se

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 Jon Stanley
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 " " | xargs -n1 koji download-build --arch=i386 > --arch=i686 --arch=noarch Maybe

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 " " | xargs -n1 koji download-build >> --arch=i386

pungi my humble configurations

2008-09-10 Thread Sergio Monteiro Basto
Hi , I put my humble configurations to build f8 and f9 updated repos with livna repos, on my homepage http://sergiomb.no-ip.org/pungi/confs/ feed back is welcome, hope that can help someone Thanks, -- Sérgio M. B. smime.p7s Description: S/MIME cryptographic signature -- Fedora-buildsys-list

Revisor / yum oddity with package conflicts...

2008-09-10 Thread Martin Langhoff
With the exact same commandline, roughly 50% of the time I get a conflict betweem generic-logos and fedora-logos. This happens with stock F9 revisor from rpm and the tip of the F-9 branch in git. Nothing whatsoever requires fedora-logos. Sometimes it works, sometimes it doesn't. !? $ sudo revisor