# HG changeset patch # User alpar # Date 1165255749 0 # Node ID 596e48d6e77b33df52e38cdecd1be363d973dfb6 # Parent af8c695372be5bed7174501594453856d184ad15 More sophisticated warning messages. diff -r af8c695372be -r 596e48d6e77b scripts/server-services/repocheck/commit-checker --- a/scripts/server-services/repocheck/commit-checker Mon Dec 04 18:08:30 2006 +0000 +++ b/scripts/server-services/repocheck/commit-checker Mon Dec 04 18:09:09 2006 +0000 @@ -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@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,