From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Git mirrors Date: Tue, 11 Oct 2011 15:13:24 -0500 Message-ID: References: <8762k095n4.fsf@lifelogs.com> <871uuksdxi.fsf@lifelogs.com> <83lissxj9a.fsf@gnu.org> <87k48by7ex.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318368056 12058 80.91.229.12 (11 Oct 2011 21:20:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2011 21:20:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 23:20:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RDjkl-0003wU-8v for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2011 23:20:47 +0200 Original-Received: from localhost ([::1]:38363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDjkk-0008GM-Kq for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2011 17:20:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDjki-0008G8-F0 for emacs-devel@gnu.org; Tue, 11 Oct 2011 17:20:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDjkh-0006EX-1A for emacs-devel@gnu.org; Tue, 11 Oct 2011 17:20:44 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:53351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDjkg-0006EC-Mc for emacs-devel@gnu.org; Tue, 11 Oct 2011 17:20:42 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RDjkf-0003tk-8l for emacs-devel@gnu.org; Tue, 11 Oct 2011 23:20:41 +0200 Original-Received: from c-98-215-105-167.hsd1.il.comcast.net ([98.215.105.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Oct 2011 23:20:41 +0200 Original-Received: from jwiegley by c-98-215-105-167.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Oct 2011 23:20:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-105-167.hsd1.il.comcast.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) Cancel-Lock: sha1:7GF4oNO4DKk2kcbn3BDojDUwbks= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144914 Archived-At: >>>>> Stefan Monnier writes: > Indeed, tho I haven't heard back from John recently. BTW, when this is > setup, it would be great to add the mirroring script into the `admin' dir. Stefan, I'm still waiting on an answer to this question: Stefan, how I do I clone Savannah's Git mirror using SSH? Nothing that I'm trying has worked: git clone johnw@git.savannah.gnu.org:emacs.git git clone git+ssh://johnw@git.savannah.gnu.org/emacs.git I've got the mirroring process running hourly now, it's just lacking the "push" bit. John