From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69540 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: Wed, 14 Apr 2010 22:07:21 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <871vehjtw6.fsf@lifelogs.com> References: <87sk71o198.fsf@lifelogs.com> <87bpdpnkbd.fsf@randomsample.de> <87vdbweexj.fsf@lifelogs.com> <87sk6yl3oa.fsf@lifelogs.com> <8739yy89i6.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 1271300897 3620 80.91.229.12 (15 Apr 2010 03:08:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 03:08:17 +0000 (UTC) Cc: Ding Mailing List To: Andreas Schwab Original-X-From: ding-owner+M17934@lists.math.uh.edu Thu Apr 15 05:08:15 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 1O2FR7-00008K-RH for ding-account@gmane.org; Thu, 15 Apr 2010 05:08: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 1O2FQR-0005DD-51; Wed, 14 Apr 2010 22:07:31 -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 1O2FQP-0005Ct-7m for ding@lists.math.uh.edu; Wed, 14 Apr 2010 22:07:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O2FQK-0001gl-SD for ding@lists.math.uh.edu; Wed, 14 Apr 2010 22:07:26 -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 1O2FQK-0002gh-00 for ; Thu, 15 Apr 2010 05:07:24 +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 BE4D73E0638; Wed, 14 Apr 2010 22:07:30 -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: (Andreas Schwab's message of "Wed, 14 Apr 2010 18:59:58 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69540 Archived-At: 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. I removed this from the config: [remote "origin"] fetch = +refs/*:refs/* mirror = true url = git://repo.or.cz/gnus.git to reflect that there's no upstream origin. I think that's the right approach based on my understanding of the docs. Thanks Ted