Re: [patch] a new setup.exe parameter to specify packages

2008-08-06 Thread Ralph Hempel
Dave Korn wrote: Bryan, Kohsuke, thank you both for your efforts, and your patience; I hope to be able to bring you good news very soon. I hope so too! Thanks for working on this as well, Dave. Cheers, Ralph

RE: [patch] a new setup.exe parameter to specify packages

2008-08-06 Thread Dave Korn
Christopher Faylor wrote on 05 August 2008 21:49: > On Tue, Aug 05, 2008 at 01:46:33PM -0700, Brian Dessent wrote: >> Christopher Faylor wrote: >>> Maybe it's time to start looking for additional setup maintainers. >>> Anyone want to volunteer? >> >> I would be very pleased to see this happen, si

Re: [patch] a new setup.exe parameter to specify packages

2008-08-05 Thread Christopher Faylor
On Tue, Aug 05, 2008 at 01:46:33PM -0700, Brian Dessent wrote: >Christopher Faylor wrote: >>Maybe it's time to start looking for additional setup maintainers. >>Anyone want to volunteer? > >I would be very pleased to see this happen, since it's clear that the >current amount of manpower that I can

Re: [patch] a new setup.exe parameter to specify packages

2008-08-05 Thread Brian Dessent
Christopher Faylor wrote: > Maybe it's time to start looking for additional setup maintainers. > Anyone want to volunteer? I would be very pleased to see this happen, since it's clear that the current amount of manpower that I can donate is lacking. Brian

Re: [patch] a new setup.exe parameter to specify packages

2008-08-04 Thread Kohsuke Kawaguchi
Thrall, Bryan wrote: Kohsuke Kawaguchi wrote on Saturday, August 02, 2008 3:24 PM: Hi, I wrote a patch for setup.exe so that it can take a list of packages to be installed via the -P option, like this: setup.exe -P openssh,cvs,subversion This would bring in the 3 modules and all their depe

Re: [patch] a new setup.exe parameter to specify packages

2008-08-04 Thread Christopher Faylor
On Mon, Aug 04, 2008 at 10:34:21AM -0500, Thrall, Bryan wrote: >Kohsuke Kawaguchi wrote on Saturday, August 02, 2008 3:24 PM: > >> Hi, >> >> I wrote a patch for setup.exe so that it can take a list of packages >> to be installed via the -P option, like this: >> >> setup.exe -P openssh,cvs,subve

RE: [patch] a new setup.exe parameter to specify packages

2008-08-04 Thread Thrall, Bryan
Kohsuke Kawaguchi wrote on Saturday, August 02, 2008 3:24 PM: > Hi, > > I wrote a patch for setup.exe so that it can take a list of packages > to be installed via the -P option, like this: > > setup.exe -P openssh,cvs,subversion > > This would bring in the 3 modules and all their dependencies

[patch] a new setup.exe parameter to specify packages

2008-08-02 Thread Kohsuke Kawaguchi
Hi, I wrote a patch for setup.exe so that it can take a list of packages to be installed via the -P option, like this: setup.exe -P openssh,cvs,subversion This would bring in the 3 modules and all their dependencies (of the curr version.) The main use case for this is to perform unattended ins