> [JN] But then you run the release on a unix box that hasn't had RPMBuild
> installed and it completes (no one ever checks the warnings right yet there
> is no rpm!)
> But it's ok as you can then have a profile to enable the
> doNotFailIfRPMBuildIsNotFound - but then you don't like profiles and you

Nah... the configuration would look like:
<ignoreRpmbuildFailureOses>
   <ignoreRpmbuildFailureOs>win32</ignoreRpmbuildFailureOs>
   <ignoreRpmbuildFailureOs>macosx</ignoreRpmbuildFailureOs>
</ignoreRpmbuildFailureOses>

Or the opposite:
<rpmbuildOses>
   <rpmbuildOs>unix</rpmbuildOs>
   <rpmbuildOs>linux</rpmbuildOs>
   <rpmbuildOs>cygwin</rpmbuildOs>
</rpmbuildOses>

And the plugin would automatically skip if the OS does not match, like
having a <skip>true config that some plugins offer.

Just thinking out loud here... feel free to ignore me. ;-)

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to