Re: [patch] Improvements to the RPM Optional Task

2005-04-04 Thread Stefan Bodewig
On Sun, 03 Apr 2005, Zach Garner <[EMAIL PROTECTED]> wrote: > Patch is attached Applied, thanks. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [patch] Improvements to the RPM Optional Task

2005-04-03 Thread Zach Garner
Patch is attached (based on todays CVS checkout) that updates the manual and uses quiet instead of showOutput. I also made some very small changes to the manual entry for RPM to consistently capitalize the first character of the parameter descriptions. Zach Garner On Thu, 2005-03-17 at 14:36 +010

Re: [patch] Improvements to the RPM Optional Task

2005-03-17 Thread Stefan Bodewig
On Thu, 17 Mar 2005, Zach Garner <[EMAIL PROTECTED]> wrote: >> > - Provide a way to quiet the RPM build process. >> >> Maybe rename (and revert the logic) the attribute from showOutput >> to quiet? > > I can submit a patch to CVS that uses quiet instead of showOutput if > you'd like. I'd prefer

Re: [patch] Improvements to the RPM Optional Task

2005-03-17 Thread Zach Garner
> > - Provide a way to quiet the RPM build process. > > Maybe rename (and revert the logic) the attribute from showOutput to > quiet? I can submit a patch to CVS that uses quiet instead of showOutput if you'd like. The attribute "quiet" does sound better, I just didn't think of it at the time.

Re: [patch] Improvements to the RPM Optional Task

2005-03-17 Thread Stefan Bodewig
On Wed, 16 Mar 2005, Zach Garner <[EMAIL PROTECTED]> wrote: > - Provide a way to halt the build if the RPM build command exists > with an error status. I've renamed that attribute to failonerror - since we already use this name in a couple of tasks for this type of functionality. > - Provide a w