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

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

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 not

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 --