[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. 1f0817a050058309bbb4dd24368ce33075f276dc

Michal Čihař nijel at users.sourceforge.net
Thu May 12 13:19:07 CEST 2011


The branch, master has been updated
       via  1f0817a050058309bbb4dd24368ce33075f276dc (commit)
      from  54346e4829e96ffb20ce1f6b0798510926d3ba2c (commit)


- Log -----------------------------------------------------------------
commit 1f0817a050058309bbb4dd24368ce33075f276dc
Author: Michal Čihař <michal at cihar.com>
Date:   Thu May 12 13:13:27 2011 +0200

    Disable cia.vc bot as service is disabled

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

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 fa2aa3a..749a8f8 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