diff -r 96cca167430a -r 2c17006ec9c3 scripts/repocheck/commit-checker --- a/scripts/repocheck/commit-checker Tue Nov 28 17:15:50 2006 +0000 +++ b/scripts/repocheck/commit-checker Tue Nov 28 17:25:22 2006 +0000 @@ -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.