[SCM] Packaging for gvl branch, debian, updated. f68929bef789d44246cbfbf73bc128872fcd4f56

Martin Erik Werner martinerikwerner at gmail.com
Fri Nov 18 14:47:24 UTC 2011


The following commit has been merged in the debian branch:
commit 6eb2640d0c78e7313f2cc89d78bc068266f2b95c
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Nov 18 15:40:55 2011 +0100

    d/README.source: Note to disable post-receive

diff --git a/debian/README.source b/debian/README.source
index a6eab6e..246e15c 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -6,6 +6,7 @@ Contents:
  2. Version control in Debian
     2.1 VCS setup for Debian changes
     2.2 VCS setup for new upstream versions
+    2.3 Disable post-receive hook when updating tracking branch
  3. Quilt
 
 
@@ -74,6 +75,20 @@ cloned, and hence will have to be setup locally for each person.
      $ git checkout debian
      $ git merge master
 
+2.3 DISABLE POST-RECEIVE HOOK WHEN UPDATING TRACKING BRANCH
+Please disable the git-post-receive hook when pushing the tracking branch.
+Alioth uses the commiter's email address and this will result in email spam to
+all commiters on the tracking branch.
+
+To disable it use:
+ $ ssh user-guest at git.alioth.org
+ $ cd /git/pkg-games/liero.git/hooks
+ $ mv post-receive post-receive_disabled
+And enable via:
+ $ ssh user-guest at git.alioth.org
+ $ cd /git/pkg-games/liero.git/hooks
+ $ mv post-receive_disabled post-receive
+
 
 3. QUILT
 This package uses quilt to manage all modifications to the upstream

-- 
Packaging for gvl



More information about the Pkg-games-commits mailing list