savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [436] Clarify git notify post-receive hook


From: bob
Subject: [Savannah-cvs] [436] Clarify git notify post-receive hook
Date: Sat, 13 Feb 2021 20:12:39 -0500 (EST)

Revision: 436
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=436
Author:   rwp
Date:     2021-02-13 20:12:38 -0500 (Sat, 13 Feb 2021)
Log Message:
-----------
Clarify git notify post-receive hook

Document the various states of configuration over time.

Modified Paths:
--------------
    trunk/sviki/Git.mdwn

Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn        2021-02-14 01:01:08 UTC (rev 435)
+++ trunk/sviki/Git.mdwn        2021-02-14 01:12:38 UTC (rev 436)
@@ -86,6 +86,18 @@
     sed s/emacs-devel@gnu.org/groff@gnu.org/ 
/srv/git/emacs/elpa.git/hooks/post-receive > hooks/post-receive
     chmod a+x hooks/post-receive
 
+Verify that the hooks/post-receive file then looks like this.  Two
+instances in the file need to be set.  (Oldest configurations included
+only the sender via the reply_to value.  But we have switched to
+having follow-ups go to the bug list.  Then configurations switched to
+both the bug list and the original sender.  But having discusson on
+the bug list makes the most sense.  But we do have a variety of
+configurations currently active.)
+
+    grep Mail-Followup-To ./hooks/post-receive
+    Mail-Followup-To: emacs-devel@gnu.org
+    Mail-Followup-To: emacs-devel@gnu.org
+
 Protect hooks/ directory again:
 
     chattr +i hooks/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]