Re: [Savannah-hackers-public] Fwd: post-receive-email problem when committing to savannah grep

2017-02-08 Thread Jim Meyering
On Wed, Feb 8, 2017 at 2:15 PM, Bob Proulx  wrote:
> Hi Jim, Paul,
>
> Jim Meyering wrote:
>> Savannah is undergoing some changes as it switches to new hardware, so
>> forwarding your message to savannah-hackers-public, where the guys
>> (Bob and Assaf) doing all the work hang out.
>
> Eventually we will either wack-a-mole all of these or we will have a
> systematic search and destroy of all of the hook problems. :-/
>
>> Paul just pushed a commit to the grep repository and saw the
>> following, which suggests the regular mail-mirroring hook is not
>> working:
>
> Thank you for the report.  It wasn't working.
>
>> remote: run-parts: failed to stat component
>> hooks/post-receive.d/post-receive-email: No such file or directory
>> To git.sv.gnu.org:/srv/git/grep.git
>>6e98364..6e4c872  master -> master
>
> Fixed this.  Manually pushed the commit notification.  It should show
> up in the commit mailing list.

Thanks, Bob!



Re: [Savannah-hackers-public] Fwd: post-receive-email problem when committing to savannah grep

2017-02-08 Thread Bob Proulx
Hi Jim, Paul,

Jim Meyering wrote:
> Savannah is undergoing some changes as it switches to new hardware, so
> forwarding your message to savannah-hackers-public, where the guys
> (Bob and Assaf) doing all the work hang out.

Eventually we will either wack-a-mole all of these or we will have a
systematic search and destroy of all of the hook problems. :-/

> Paul just pushed a commit to the grep repository and saw the
> following, which suggests the regular mail-mirroring hook is not
> working:

Thank you for the report.  It wasn't working.

> remote: run-parts: failed to stat component
> hooks/post-receive.d/post-receive-email: No such file or directory
> To git.sv.gnu.org:/srv/git/grep.git
>6e98364..6e4c872  master -> master

Fixed this.  Manually pushed the commit notification.  It should show
up in the commit mailing list.

Bob



[Savannah-hackers-public] Fwd: post-receive-email problem when committing to savannah grep

2017-02-08 Thread Jim Meyering
Hi Paul,

Savannah is undergoing some changes as it switches to new hardware, so
forwarding your message to savannah-hackers-public, where the guys
(Bob and Assaf) doing all the work hang out.

Paul just pushed a commit to the grep repository and saw the
following, which suggests the regular mail-mirroring hook is not
working:

-- Forwarded message --
From: Paul Eggert 
Date: Wed, Feb 8, 2017 at 1:06 PM
Subject: post-receive-email problem when committing to savannah grep
To: Jim Meyering 


When committing the most-recent fix I got the following diagnostic.
This is something on the server side -- I think you have some special
powers there? (I don't.)

$ git push
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.07 KiB | 0 bytes/s, done.
Total 7 (delta 6), reused 0 (delta 0)
remote: run-parts: failed to stat component
hooks/post-receive.d/post-receive-email: No such file or directory
To git.sv.gnu.org:/srv/git/grep.git
   6e98364..6e4c872  master -> master