Re: [Savannah-hackers-public] git status update

2017-02-08 Thread Bob Proulx
Bob Proulx wrote:
> But the cgit web server was returning a proxy error.  In order to
> avoid needing to debug that on the spot I proxied it over to the old
> server temporarily.  That is running okay this way for the moment.
> Can debug the local native server at our leisure.

Thanks to Assaf for debugging the native cgit problem and obviating
the need to proxy over to the old server.  This is now fixed and back
running natively on the new server again.

Thanks Assaf!
Bob



Re: [Savannah-hackers-public] git status update

2017-02-07 Thread Bob Proulx
Leo Famulari wrote:
> remote: Traceback (most recent call last):
> remote:   File "hooks/post-receive", line 6, in 
> remote: import git_multimail
> remote: ImportError: No module named git_multimail

Thank you for that report.  This is the git-multimail hook.  There are
several different versions in use because different projects have
wanted different things.  This one wasn't installed on the new
system.  I installed it and I think it should be working now.

> To ssh://git.sv.gnu.org/srv/git/guix.git
>4621acfd8..f0d0c5bb1  master -> master

I will trigger the post-receive hook for this commit and use it to
verify that it is working.

> I guess that it's having trouble with this thing:
> 
> https://github.com/git-multimail/git-multimail

Yes.  That is what we are using.  Along with a half dozen other
versions and alternatives! :-)

Bob



Re: [Savannah-hackers-public] git status update

2017-02-07 Thread Leo Famulari
On Tue, Feb 07, 2017 at 02:04:30PM -0700, Bob Proulx wrote:
> I switched git dns over to the new server (again) this morning.
> Trying not to thrash the IP address for git+ssh users too often.
> Everything git core command specific looks okay for my testing.

I pushed a commit to 
(208.118.235.201) and noticed this:

--
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 1.50 KiB | 0 bytes/s, done.
Total 5 (delta 3), reused 0 (delta 0)
remote: Traceback (most recent call last):
remote:   File "hooks/post-receive", line 6, in 
remote: import git_multimail
remote: ImportError: No module named git_multimail
To ssh://git.sv.gnu.org/srv/git/guix.git
   4621acfd8..f0d0c5bb1  master -> master
--

The latest commits do seem to be missing from the guix-commits mailing
list archive:

https://lists.gnu.org/archive/html/guix-commits/2017-02/threads.html

I guess that it's having trouble with this thing:

https://github.com/git-multimail/git-multimail



Re: [Savannah-hackers-public] git status update

2017-02-07 Thread Bob Proulx
Paul Smith wrote:
> Bob Proulx wrote:
> > I switched git dns over to the new server (again) this morning.
> > Trying not to thrash the IP address for git+ssh users too often.
> > Everything git core command specific looks okay for my testing.
> 
> I was able to use the new server without any issues.  I was also able
> to use HTTPS transport to clone anonymously... yay!

Yay! :-)

Thanks for the feedback.

Bob



Re: [Savannah-hackers-public] git status update

2017-02-07 Thread Paul Smith
On Tue, 2017-02-07 at 14:04 -0700, Bob Proulx wrote:
> I switched git dns over to the new server (again) this morning.
> Trying not to thrash the IP address for git+ssh users too often.
> Everything git core command specific looks okay for my testing.

I was able to use the new server without any issues.  I was also able
to use HTTPS transport to clone anonymously... yay!