From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69583 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 20:01:23 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87aat0p864.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> <87sk6spyi7.fsf@lifelogs.com> <87mxx067n5.fsf@gate450.dyndns.org> <87iq7opc29.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 1271638933 10239 80.91.229.12 (19 Apr 2010 01:02:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2010 01:02:13 +0000 (UTC) Cc: Lars Magne Ingebrigtsen To: ding@gnus.org Original-X-From: ding-owner+M17977@lists.math.uh.edu Mon Apr 19 03:02:09 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 1O3fNE-0000H9-Cp for ding-account@gmane.org; Mon, 19 Apr 2010 03:02:04 +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 1O3fMi-00041J-Dj; Sun, 18 Apr 2010 20:01:32 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1O3fMh-000415-4n for ding@lists.math.uh.edu; Sun, 18 Apr 2010 20:01:31 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O3fMc-0005Xq-Uq for ding@lists.math.uh.edu; Sun, 18 Apr 2010 20:01:31 -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 1O3fMb-0007vj-00; Mon, 19 Apr 2010 03:01:26 +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 272063E0637; Sun, 18 Apr 2010 20:01:32 -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: <87iq7opc29.fsf@lifelogs.com> (Ted Zlatanov's message of "Sun, 18 Apr 2010 18:37:18 -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:69583 Archived-At: On Sun, 18 Apr 2010 18:37:18 -0500 Ted Zlatanov wrote: TZ> Unfortunately it requires lots of Apache 2.x specific things, according TZ> to the HOWTOs I found, so I'll just set up a 2.x server on git.gnus.org TZ> (it's a separate IP so it won't interfere with the existing 1.x TZ> servers on that machine). OK, this is done. The same instructions as before are valid, but now git-http-backend is used and thus "smart" clients will work much faster. Apache 2 was not too bad to set up, but I had to modify the existing Apache 1 configuration a little. http://git.gnus.org still serves the index.html so there's a good starting point for new users. I tested that git clone, pull, and push work with the new setup. Push only works with the committer-only https://git.gnus.org address. Everything appears much faster. Commit e-mails are going to cvslog@quimby.gnus.org and end up logged into the proper (gnus.cvslog mailing list, etc.) channels. I tested those too. I've set gc.packrefs to true. Since this repo will be served by git-http-backend we should be OK with that, IIUC. I considered setting up a web interface for browsing but would rather leave things simple and easy to understand. Also I don't want to burden the web server further. Unless there are problems, this is becoming official as of tomorrow and I'll send the announcements. Ted