[hipl-commit] [trunk] Rev 3806: Use a more descriptive email notification subject.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 4 Mar 2010 19:44:03 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: Thu Mar 04 18:43:28 2010 +0100
Revision: 3806
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Use a more descriptive email notification subject.

Modified:
  M  tools/hipl_autobuild

=== modified file 'tools/hipl_autobuild'
--- tools/hipl_autobuild        2010-03-04 17:39:53 +0000
+++ tools/hipl_autobuild        2010-03-04 17:43:28 +0000
@@ -24,7 +24,7 @@
         return 0
     else
         test $HIPL_NOTIFICATION_EMAIL &&
-            mailx -s "autobuild failed: @$1 output:" $HIPL_NOTIFICATION_EMAIL 
< log.txt
+            mailx -s "[$BRANCH_NAME] [autobuild] failing command: $@" 
$HIPL_NOTIFICATION_EMAIL < log.txt
         cleanup 1
     fi
 }

Other related posts:

  • » [hipl-commit] [trunk] Rev 3806: Use a more descriptive email notification subject. - Diego Biurrun