scripts/server-services/repocheck/commit-checker
changeset 2327 596e48d6e77b
parent 2323 8b18b6fed090
child 2365 751a14b992f2
     1.1 --- a/scripts/server-services/repocheck/commit-checker	Mon Dec 04 18:08:30 2006 +0000
     1.2 +++ b/scripts/server-services/repocheck/commit-checker	Mon Dec 04 18:09:09 2006 +0000
     1.3 @@ -95,7 +95,8 @@
     1.4      echo -n
     1.5  else
     1.6      echo 'Dear '${AUTHOR}',
     1.7 -Your svn commit -r'${REV}' made the repository broken.
     1.8 +Your svn commit -r'${REV}' made the repository broken, or at least
     1.9 +the compiler emits warnings during the build process.
    1.10  The compilation log is attached.
    1.11  Please fix the problem as soon as possible.
    1.12  
    1.13 @@ -105,7 +106,8 @@
    1.14      mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Revision '${REV}' is broken' \
    1.15  	${EMAIL} alpar@cs.elte.hu
    1.16  
    1.17 -    echo 'Commit -r'${REV}' made the repository broken.
    1.18 +    echo 'Commit -r'${REV}' made the repository broken, or at least
    1.19 +the compiler emits warnings during the build process.
    1.20  Do not update until this bug is fixed, unless you really need it.
    1.21  
    1.22  Best regards,