|
From: | Bob Proulx |
Subject: | [Savannah-hackers-public] [task #14486] Git post-receive-hook fails; no email notifications for GNU AUCTeX anymore |
Date: | Sun, 23 Apr 2017 15:19:23 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36 |
Follow-up Comment #2, task #14486 (project administration): Adding more detail for the ticket log. The hook script for auctex.git/hooks/post-receive is this: while read oldrev newrev refname; do echo $oldrev $newrev $refname | hooks/git-post-receive-hook echo $oldrev $newrev $refname | hooks/post-receive-mail-local done exit 0 The problem case called /usr/local/bin/git-post-receive-hook which was missing on the new server. Since this is unique to auctex I copied it into the hooks directory so that it would be tightly associated with it in the future in the event of future server migrations. (Which is likely.) _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/task/?14486> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |