From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69579 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus Git repository info and comitters: need updated password Date: Sun, 18 Apr 2010 10:32:32 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87sk6spyi7.fsf@lifelogs.com> References: <87sk71o198.fsf@lifelogs.com> <87bpdpgsj9.fsf@gate450.dyndns.org> <87eiiijnqz.fsf@lifelogs.com> <87k4s83k25.fsf@lifelogs.com> <877ho8l427.fsf@gate450.dyndns.org> <878w8mij14.fsf@gate450.dyndns.org> <87bpdhsshj.fsf@lifelogs.com> <87y6glrcpd.fsf@lifelogs.com> <87pr1xrb7g.fsf@lifelogs.com> <87fx2tq8nx.fsf@lifelogs.com> <871vec7vw7.fsf@gate450.dyndns.org> <87633ordmb.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271604770 6361 80.91.229.12 (18 Apr 2010 15:32:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2010 15:32:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17973@lists.math.uh.edu Sun Apr 18 17:32:46 2010 connect(): No such file or directory Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O3WUH-0006io-9S for ding-account@gmane.org; Sun, 18 Apr 2010 17:32:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1O3WU9-0001D7-S3; Sun, 18 Apr 2010 10:32:37 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1O3WU8-0001Cs-Nz for ding@lists.math.uh.edu; Sun, 18 Apr 2010 10:32:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O3WU7-0005eS-Ck for ding@lists.math.uh.edu; Sun, 18 Apr 2010 10:32:36 -0500 Original-Received: from blockstar.com ([208.100.47.114] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O3WU6-0000Nh-00 for ; Sun, 18 Apr 2010 17:32:34 +0200 Original-Received: from heechee (c-98-227-29-141.hsd1.il.comcast.net [98.227.29.141]) by mail.blockstar.com (Postfix) with ESMTP id 436763E0637 for ; Sun, 18 Apr 2010 10:32:37 -0500 (CDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <87633ordmb.fsf@lifelogs.com> (Ted Zlatanov's message of "Sun, 18 Apr 2010 10:20:44 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69579 Archived-At: On Sun, 18 Apr 2010 10:20:44 -0500 Ted Zlatanov wrote: TZ> On Sun, 18 Apr 2010 15:06:16 +0200 Andreas Seltenreich wrote: AS> I checked locally to confirm that git-update-server-info groks packed AS> refs and updates the info/refs file properly. A hook running AS> git-update-server-info is also activated on git.gnus.org, but I guess AS> those hooks aren't run at all on WebDAV accesses? TZ> That must be the problem. There's little information online about what TZ> to do in this case but I can't enable SSH access to that machine so TZ> whatever we do must work through WebDAV plus custom scripts. Any TZ> references are appreciated. This must be why the post-receive e-mail hook is also not running, it dawns on me. I have to figure this out so the usual commit e-mails can go out. A little research tells me about git-http-backend. Should I be using that instead of straight WebDAV? I don't know if it will work under Apache 1.x so I have to play with it today. Thanks Ted