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/


Reply via email to