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

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


Author: alpar
Date: Thu Nov 30 15:38:18 2006
New Revision: 3094

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

Log:
Send broken repository alert also to lemon-commits at lemon.cs.elte.hu.


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:38:18 2006
@@ -93,9 +93,7 @@
 if check-compilers >>${LOGFILE} 2>&1
 then
     echo -n
-#    echo OK $AUTHOR $EMAIL $REV
 else
-#    echo NEMOK $AUTHOR $EMAIL $REV
     echo 'Dear '${AUTHOR}',
 Your svn commit -r'${REV}' made the repository broken.
 The compilation log is attached.
@@ -104,8 +102,17 @@
 Best regards,
 LEMON Commit Checking Service
 '|
-    mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Broken repository' \
+    mail -a ${LOGFILE} -s 'WARNING: Revision '${REV}' is broken' \
 	${EMAIL} alpar at cs.elte.hu
+
+    echo 'Commit -r'${REV}' made the repository broken.
+Do not update until this bug is fixed, unless you really need it.
+
+Best regards,
+LEMON Commit Checking Service
+'|
+    mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Broken repository' \
+	${EMAIL} lemon-commits at lemon.cs.elte.hu
 fi
     
 #    rm ${LOGFILE}



More information about the Lemon-commits mailing list