From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69543 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: Thu, 15 Apr 2010 08:46:26 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k4s83k25.fsf@lifelogs.com> References: <87sk71o198.fsf@lifelogs.com> <87bpdpgsj9.fsf@gate450.dyndns.org> <87eiiijnqz.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 1271339298 31376 80.91.229.12 (15 Apr 2010 13:48:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 13:48:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17937@lists.math.uh.edu Thu Apr 15 15:48:14 2010 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 1O2PQS-0000mE-Ub for ding-account@gmane.org; Thu, 15 Apr 2010 15:48:13 +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 1O2PPE-0007v9-2i; Thu, 15 Apr 2010 08:46:56 -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 1O2PPC-0007ur-2B for ding@lists.math.uh.edu; Thu, 15 Apr 2010 08:46:54 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O2PP4-0005Cz-PR for ding@lists.math.uh.edu; Thu, 15 Apr 2010 08:46:51 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O2POz-0002Mt-00 for ; Thu, 15 Apr 2010 15:46:41 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O2POv-0008Jc-QJ for ding@gnus.org; Thu, 15 Apr 2010 15:46:37 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 15:46:37 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 15:46:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 48 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:VeFK91lNmJowJHwIcF4Z53zA7mw= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69543 Archived-At: On Thu, 15 Apr 2010 15:50:59 +0900 Katsumi Yamaoka wrote: >>>>>> Ted Zlatanov wrote: >> GIT_SSL_NO_VERIFY=1 GIT_CURL_VERBOSE=1 git clone https://git.gnus.org/gnus.git KY> Did anyone succeed in cloning the writable repo behind the firewall KY> (or http proxy)? If so, how? I haven't made good yet. Using KY> 80.91.231.55 instead of the host name made no difference, either. KY> I'll try it at home later. On Thu, 15 Apr 2010 09:57:54 +0200 Andreas Schwab wrote: AS> Ted Zlatanov writes: >> On Wed, 14 Apr 2010 18:59:58 +0200 Andreas Schwab wrote: >> AS> You want to clone a mirror (git clone --mirror). >> >> OK. I did that and the new repo has replaced the old faulty one. Can >> you please check? The log looks much better now. AS> Did you change the URL? http://git.gnus.org/gnus.git no longer exists. AS> And the DNS entry for git.gnus.org is still unreliable. I don't control the DNS for gnus.org. It does, fortunately, work for me: git clone http://git.gnus.org/gnus.git gnus-read-only GIT_SSL_NO_VERIFY=1 git clone https://git.gnus.org/gnus.git gnus-full I think you may need to use the name and not the IP address for SSL, but I may be wrong. Try putting the address in /etc/hosts instead of specifying the IP directly. Behind a firewall, you can probably use the curl options (in ~/.curlrc) to control the behavior. See GIT_CURL_VERBOSE and try to replicate what it does when it fails. AS> Aka "git remote rm origin". Actually it wouldn't really bother anyone. Thanks for your advice. I'll leave it out to keep the config shorter, unless there's a reason to keep it. I've set up post-receive e-mails to go to me (you can see the config) while we're testing. I'll change it to the old cvslog address when I know that works, too. Ted