You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Blevins <da...@visi.com> on 2005/07/26 05:40:35 UTC

Build failure emails -- Re: svn commit: r225224 - /geronimo/scripts/build_and_complain.sh

I've revised my build script and am very much hoping some other people
will bite on this one and install it and/or fix it up.

 HOW TO USE THIS SCRIPT 

  Executing the script like the following will run the build and, in
  the event of a failure, send an email message to
  scm@geronimo.apache.org with a link to the build output and a small
  snippit of maven output.

   $ ./build_and_complain.sh 

  Executing the script like the following will do the same as above, 
  but send the build output to foobar@apache.org

   $ ./build_and_complain.sh foobar@apache.org

 DETAILS

  On failure, the script will scp build data to your public_html 
  directory on people.apache.org.  If your keys aren't setup, this 
  won't work so well.
  
  Email messages are send with mutt, which could be improved to be 
  something usually installed on a typical machine.


Thanks,
David


On Tue, Jul 26, 2005 at 03:27:06AM -0000, dblevins@apache.org wrote:
> Author: dblevins
> Date: Mon Jul 25 20:27:04 2005
> New Revision: 225224
> 
> URL: http://svn.apache.org/viewcvs?rev=225224&view=rev
> Log:
> Script similar to the one that created huge emails
> 
> Added:
>     geronimo/scripts/build_and_complain.sh   (with props)
> 
> Added: geronimo/scripts/build_and_complain.sh
> URL: http://svn.apache.org/viewcvs/geronimo/scripts/build_and_complain.sh?rev=225224&view=auto