[Lemon-commits] alpar: r3087 - hugo/trunk/scripts/repocheck

Lemon SVN svn at lemon.cs.elte.hu
Tue Nov 28 18:25:22 CET 2006


Author: alpar
Date: Tue Nov 28 18:25:22 2006
New Revision: 3087

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

Log:
make 'commit-checker' silent

Modified: hugo/trunk/scripts/repocheck/commit-checker
==============================================================================
--- hugo/trunk/scripts/repocheck/commit-checker	(original)
+++ hugo/trunk/scripts/repocheck/commit-checker	Tue Nov 28 18:25:22 2006
@@ -75,7 +75,7 @@
     sleep 10
 done
 
-echo RUN $REV
+# echo RUN $REV
 
 svn up -r$REV trunk >${LOGFILE} 2>&1
 
@@ -93,9 +93,9 @@
 if check-compilers >>${LOGFILE} 2>&1
 then
     echo -n
-    echo OK $AUTHOR $EMAIL $REV
+#    echo OK $AUTHOR $EMAIL $REV
 else
-    echo NEMOK $AUTHOR $EMAIL $REV
+#    echo NEMOK $AUTHOR $EMAIL $REV
     echo 'Dear '${AUTHOR}',
 Your svn commit -r'${REV}' made the repository broken.
 The compilation log is attached.



More information about the Lemon-commits mailing list