From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Accessing GNU ELPA Date: Sun, 15 Jun 2014 17:58:03 +0200 Message-ID: <87k38inp10.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1402847936 5478 80.91.229.3 (15 Jun 2014 15:58:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2014 15:58:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 17:58:49 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WwCpU-00012k-St for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 17:58:49 +0200 Original-Received: from localhost ([::1]:39046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwCpU-0007yq-Iy for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 11:58:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwCpM-0007yk-A7 for emacs-devel@gnu.org; Sun, 15 Jun 2014 11:58:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwCpG-000846-DR for emacs-devel@gnu.org; Sun, 15 Jun 2014 11:58:40 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwCpG-00083t-71 for emacs-devel@gnu.org; Sun, 15 Jun 2014 11:58:34 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WwCpB-0000mc-Pz for emacs-devel@gnu.org; Sun, 15 Jun 2014 17:58:29 +0200 Original-Received: from i59f5671c.versanet.de ([89.245.103.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Jun 2014 17:58:29 +0200 Original-Received: from stephen.berman by i59f5671c.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Jun 2014 17:58:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i59f5671c.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:172470 Archived-At: I just checked out the GNU ELPA repository by following the instructions in admin/notes/elpa, which say (in both trunk and emacs-24) "git clone git://bzr.sv.gnu.org/emacs/elpa" and "git remote set-url --push origin git+ssh://bzr.sv.gnu.org/srv/git/emacs/elpa". This worked, but I notice that http://savannah.gnu.org/projects/emacs/ says "You can access [...] the ELPA repository with git clone git://git.sv.gnu.org/emacs/elpa". Are these equivalent, and it's ok to have "bzr.sv.gnu.org" in the git config file, or should I prefer "git.sv.gnu.org"? If the latter, then admin/notes/elpa should be updated. Steve Berman