[Lemon-commits] alpar: r3095 - hugo/trunk/scripts/server-services/repocheck

Lemon SVN svn at lemon.cs.elte.hu
Thu Nov 30 15:42:19 CET 2006


Author: alpar
Date: Thu Nov 30 15:42:18 2006
New Revision: 3095

Modified:
   hugo/trunk/scripts/server-services/repocheck/commit-checker

Log:
- Change the subjects of broken repository mail alerts.
- Do not send the log file to the list


Modified: hugo/trunk/scripts/server-services/repocheck/commit-checker
==============================================================================
--- hugo/trunk/scripts/server-services/repocheck/commit-checker	(original)
+++ hugo/trunk/scripts/server-services/repocheck/commit-checker	Thu Nov 30 15:42:18 2006
@@ -102,7 +102,7 @@
 Best regards,
 LEMON Commit Checking Service
 '|
-    mail -a ${LOGFILE} -s 'WARNING: Revision '${REV}' is broken' \
+    mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Revision '${REV}' is broken' \
 	${EMAIL} alpar at cs.elte.hu
 
     echo 'Commit -r'${REV}' made the repository broken.
@@ -111,7 +111,7 @@
 Best regards,
 LEMON Commit Checking Service
 '|
-    mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Broken repository' \
+    mail -s 'WARNING: Revision '${REV}' is broken' \
 	${EMAIL} lemon-commits at lemon.cs.elte.hu
 fi
     



More information about the Lemon-commits mailing list