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

Lemon SVN svn at lemon.cs.elte.hu
Mon Dec 4 19:09:10 CET 2006


Author: alpar
Date: Mon Dec  4 19:09:09 2006
New Revision: 3103

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

Log:
More sophisticated warning messages.

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	Mon Dec  4 19:09:09 2006
@@ -95,7 +95,8 @@
     echo -n
 else
     echo 'Dear '${AUTHOR}',
-Your svn commit -r'${REV}' made the repository broken.
+Your svn commit -r'${REV}' made the repository broken, or at least
+the compiler emits warnings during the build process.
 The compilation log is attached.
 Please fix the problem as soon as possible.
 
@@ -105,7 +106,8 @@
     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.
+    echo 'Commit -r'${REV}' made the repository broken, or at least
+the compiler emits warnings during the build process.
 Do not update until this bug is fixed, unless you really need it.
 
 Best regards,



More information about the Lemon-commits mailing list