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/[email protected]/[email protected]/
/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: [email protected]
+ Mail-Followup-To: [email protected]
+
Protect hooks/ directory again:
chattr +i hooks/