[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. 446aa621fb09d34c7484ae1843f3139f7b5b418b

The branch, master has been updated via 446aa621fb09d34c7484ae1843f3139f7b5b418b (commit) from cfb315dbe5e144ed3b2bebb5a749db9143205366 (commit) - Log ----------------------------------------------------------------- commit 446aa621fb09d34c7484ae1843f3139f7b5b418b Author: Michal Čihař <michal@cihar.com> Date: Thu Feb 25 17:25:40 2010 +0100 Feedback to user. ----------------------------------------------------------------------- Summary of changes: git-hooks/post-receive | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/git-hooks/post-receive b/git-hooks/post-receive index 58d6998..ead51fb 100755 --- a/git-hooks/post-receive +++ b/git-hooks/post-receive @@ -684,7 +684,9 @@ if [ -n "$1" -a -n "$2" -a -n "$3" ]; then else while read oldrev newrev refname do + echo 'Sending email...' generate_email $oldrev $newrev $refname | send_mail + echo 'CIAbot in progress...' if [ -n "$cia_project" ]; then for merged in $(git-rev-list $newrev ^$oldrev | tac); do /gitrepo/p/ph/phpmyadmin/scripts/hooks/git-ciabot $refname $merged hooks/post-receive -- phpMyAdmin scripts
participants (1)
-
Michal Čihař