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

Michal Čihař nijel at users.sourceforge.net
Thu Feb 25 17:24:52 CET 2010


The branch, master has been updated
       via  cfb315dbe5e144ed3b2bebb5a749db9143205366 (commit)
      from  a68a677c164fbf145e580e7ce7719004db67883b (commit)


- Log -----------------------------------------------------------------
commit cfb315dbe5e144ed3b2bebb5a749db9143205366
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Feb 25 17:24:40 2010 +0100

    Put module to CIA.vc.

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

Summary of changes:
 git-hooks/git-ciabot |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/git-hooks/git-ciabot b/git-hooks/git-ciabot
index 522031a..dd81b63 100755
--- a/git-hooks/git-ciabot
+++ b/git-hooks/git-ciabot
@@ -23,6 +23,7 @@
 
 # The project as known to CIA
 project="$(git config hooks.cia-project)"
+module=`basename $PWD`
 
 # Set to true if you want the full log to be sent
 noisy=false
@@ -34,7 +35,7 @@ to="cia at cia.vc"
 sendmail="/usr/sbin/sendmail -t"
 
 # Changeset URL
-url="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/`basename $PWD`;a=commit;h=@@sha1@@"
+url="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/$module;a=commit;h=@@sha1@@"
 
 # You shouldn't be touching anything else.
 if [[ $# = 0 ]] ; then
@@ -76,6 +77,7 @@ out="
   </generator>
   <source>
     <project>${project}</project>
+    <module>${module}</module>
     <branch>${refname}</branch>
   </source>
   <timestamp>${ts}</timestamp>


hooks/post-receive
-- 
phpMyAdmin scripts




More information about the Git mailing list