[hipl-commit] [trunk] Rev 3968: autobuilder: Add revision number to notification emails.

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

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/03/2010 at 20:55:27
Revision: 3968
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  autobuilder: Add revision number to notification emails.

Modified:
  M  tools/hipl_autobuild

=== modified file 'tools/hipl_autobuild'
--- tools/hipl_autobuild        2010-03-16 18:00:38 +0000
+++ tools/hipl_autobuild        2010-03-16 18:54:29 +0000
@@ -33,13 +33,14 @@
     COMMAND="$1"
     cat > msg.txt <<EOF
 branch: $BRANCH_NAME
+revision: $BRANCH_REVISION
 configuration: $CONFIGURATION
 command: $COMMAND
 compiler output:
 
 EOF
     cat log.txt >> msg.txt
-    SUBJECT="[autobuild] [$BRANCH_NAME]"
+    SUBJECT="[autobuild] [$BRANCH_NAME] $BRANCH_REVISION"
     mailx -s "$SUBJECT" $HIPL_NOTIFICATION_EMAIL < msg.txt
 }

Other related posts:

  • » [hipl-commit] [trunk] Rev 3968: autobuilder: Add revision number to notification emails. - Diego Biurrun