[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. 95b423605337e53e1222c3dd5531c8e91782c6fd

Michal Čihař nijel at users.sourceforge.net
Tue May 17 14:22:07 CEST 2011


The branch, master has been updated
       via  95b423605337e53e1222c3dd5531c8e91782c6fd (commit)
      from  1f0817a050058309bbb4dd24368ce33075f276dc (commit)


- Log -----------------------------------------------------------------
commit 95b423605337e53e1222c3dd5531c8e91782c6fd
Author: Michal Čihař <michal at cihar.com>
Date:   Tue May 17 14:20:49 2011 +0200

    Revert "Disable cia.vc bot as service is disabled"
    
    This reverts commit 1f0817a050058309bbb4dd24368ce33075f276dc.

-----------------------------------------------------------------------

Summary of changes:
 git-hooks/post-receive |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index 749a8f8..fa2aa3a 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -690,11 +690,11 @@ else
         fi
         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
-#            done
-#        fi
+        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
+            done
+        fi
 	done
 fi


hooks/post-receive
-- 
phpMyAdmin scripts




More information about the Git mailing list