scripts/server-services/repocheck/commit-checker
changeset 2319 99b1f7aec9d5
parent 2318 45d76c6e7f66
child 2323 8b18b6fed090
equal deleted inserted replaced
1:443e503fb908 2:0f1095643399
   100 Please fix the problem as soon as possible.
   100 Please fix the problem as soon as possible.
   101 
   101 
   102 Best regards,
   102 Best regards,
   103 LEMON Commit Checking Service
   103 LEMON Commit Checking Service
   104 '|
   104 '|
   105     mail -a ${LOGFILE} -s 'WARNING: Revision '${REV}' is broken' \
   105     mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Revision '${REV}' is broken' \
   106 	${EMAIL} alpar@cs.elte.hu
   106 	${EMAIL} alpar@cs.elte.hu
   107 
   107 
   108     echo 'Commit -r'${REV}' made the repository broken.
   108     echo 'Commit -r'${REV}' made the repository broken.
   109 Do not update until this bug is fixed, unless you really need it.
   109 Do not update until this bug is fixed, unless you really need it.
   110 
   110 
   111 Best regards,
   111 Best regards,
   112 LEMON Commit Checking Service
   112 LEMON Commit Checking Service
   113 '|
   113 '|
   114     mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Broken repository' \
   114     mail -s 'WARNING: Revision '${REV}' is broken' \
   115 	${EMAIL} lemon-commits@lemon.cs.elte.hu
   115 	${EMAIL} lemon-commits@lemon.cs.elte.hu
   116 fi
   116 fi
   117     
   117     
   118 #    rm ${LOGFILE}
   118 #    rm ${LOGFILE}
   119 rm ${ROOT}/queue/$REV
   119 rm ${ROOT}/queue/$REV