[theslinux-phantom] [commit]theslinux-home branch core updated. _utils-1.2.0-238-gfa37701

  • From: git@xxxxxxxxxxxxxxxxxxxx
  • To: theslinux-phantom@xxxxxxxxxxxxx
  • Date: Wed, 24 Jul 2013 08:27:19 -0700

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-home".

The branch, core has been updated
       via  fa3770143f5d50a3082285e8a4ebd109d87114c1 (commit)
      from  ffd987ee464b21768417d801b112c35bbc3df59a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fa3770143f5d50a3082285e8a4ebd109d87114c1
Author: Ky-Anh Huynh <kyanh@xxxxxxxxxxxxx>
Date:   Wed Jul 24 22:26:09 2013 +0700

    git.hook.post-receive: should send emails before locking
    
    Sending email should not be locked by building process. Every commit
    should cause an email to be sent to the :phantom list.

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

Summary of changes:
 bin/git.hook.post-receive.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/git.hook.post-receive.sh b/bin/git.hook.post-receive.sh
index 29537c6..7518134 100755
--- a/bin/git.hook.post-receive.sh
+++ b/bin/git.hook.post-receive.sh
@@ -225,7 +225,8 @@ _main() {
   _sync
 }
 
-_lock_start
 _send_commit_message "$@"
+
+_lock_start
 _main
 _lock_end


hooks/post-receive
-- 
theslinux-home
--
Purpose: Store commits, feeds from other projects
Post: mailto:theslinux-phantom@xxxxxxxxxxxxx
Archive, Gmane: http://theslinux.org/lists/phantom/
Subscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=subscribe
Unsubscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=unsubscribe
Other information: http://theslinux.org/lists (vi) or 
http://theslinux.org/lists/en (en)
Support: mailto:theslinux-questions@xxxxxxxxxxxxx

Other related posts:

  • » [theslinux-phantom] [commit]theslinux-home branch core updated. _utils-1.2.0-238-gfa37701 - git