[hipl-commit] [trunk] Rev 3969: autobuilder: Make mail notification subjects more informative.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 16 Mar 2010 20:56:00 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/03/2010 at 20:56:00
Revision: 3969
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  autobuilder: Make mail notification subjects more informative.

Modified:
  M  tools/hipl_autobuild

=== modified file 'tools/hipl_autobuild'
--- tools/hipl_autobuild        2010-03-16 18:54:29 +0000
+++ tools/hipl_autobuild        2010-03-16 18:55:46 +0000
@@ -40,7 +40,7 @@
 
 EOF
     cat log.txt >> msg.txt
-    SUBJECT="[autobuild] [$BRANCH_NAME] $BRANCH_REVISION"
+    SUBJECT="[autobuild] [$BRANCH_NAME] revision $BRANCH_REVISION"
     mailx -s "$SUBJECT" $HIPL_NOTIFICATION_EMAIL < msg.txt
 }

Other related posts:

  • » [hipl-commit] [trunk] Rev 3969: autobuilder: Make mail notification subjects more informative. - Diego Biurrun