Send broken repository alert also to lemon-commits@lemon.cs.elte.hu.
1.1 --- a/scripts/server-services/repocheck/commit-checker Thu Nov 30 13:43:49 2006 +0000
1.2 +++ b/scripts/server-services/repocheck/commit-checker Thu Nov 30 14:38:18 2006 +0000
1.3 @@ -93,9 +93,7 @@
1.4 if check-compilers >>${LOGFILE} 2>&1
1.5 then
1.6 echo -n
1.7 -# echo OK $AUTHOR $EMAIL $REV
1.8 else
1.9 -# echo NEMOK $AUTHOR $EMAIL $REV
1.10 echo 'Dear '${AUTHOR}',
1.11 Your svn commit -r'${REV}' made the repository broken.
1.12 The compilation log is attached.
1.13 @@ -104,8 +102,17 @@
1.14 Best regards,
1.15 LEMON Commit Checking Service
1.16 '|
1.17 + mail -a ${LOGFILE} -s 'WARNING: Revision '${REV}' is broken' \
1.18 + ${EMAIL} alpar@cs.elte.hu
1.19 +
1.20 + echo 'Commit -r'${REV}' made the repository broken.
1.21 +Do not update until this bug is fixed, unless you really need it.
1.22 +
1.23 +Best regards,
1.24 +LEMON Commit Checking Service
1.25 +'|
1.26 mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Broken repository' \
1.27 - ${EMAIL} alpar@cs.elte.hu
1.28 + ${EMAIL} lemon-commits@lemon.cs.elte.hu
1.29 fi
1.30
1.31 # rm ${LOGFILE}