From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Keeping an ELPA checkout Date: Sat, 26 Mar 2011 13:31:38 -0600 Message-ID: References: <87hbarw95a.fsf@lifelogs.com> <87fwqaudjs.fsf@lifelogs.com> <87sjuavrj5.fsf@stupidchicken.com> <877hbmucid.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 1301167914 23968 80.91.229.12 (26 Mar 2011 19:31:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2011 19:31:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 26 20:31:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3ZDB-000756-SN for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2011 20:31:50 +0100 Original-Received: from localhost ([127.0.0.1]:33126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3ZDB-0000ne-9u for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2011 15:31:49 -0400 Original-Received: from [140.186.70.92] (port=51792 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3ZD6-0000ls-J4 for emacs-devel@gnu.org; Sat, 26 Mar 2011 15:31:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3ZD5-00009f-Az for emacs-devel@gnu.org; Sat, 26 Mar 2011 15:31:44 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:11072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3ZD4-00008q-UP for emacs-devel@gnu.org; Sat, 26 Mar 2011 15:31:43 -0400 Original-Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2QJVeeL025222 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 26 Mar 2011 15:31:40 -0400 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p2QJVdVj010281; Sat, 26 Mar 2011 15:31:40 -0400 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p2QJVdOP026375; Sat, 26 Mar 2011 15:31:39 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id A6274378D0C; Sat, 26 Mar 2011 13:31:38 -0600 (MDT) X-Attribution: Tom In-Reply-To: <877hbmucid.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 25 Mar 2011 16:16:26 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137721 Archived-At: >>>>> "Ted" == Ted Zlatanov writes: CY> With a bit more work, we could add another script (or a Makefile rule) CY> for *installing* all the packages in the archive to a given location (or CY> even in place). By pointing `package-directory-list' to that directory, CY> one would have all the packages in the archive installed in one step. CY> This is probably what Stefan has in mind. Ted> But is it just for the GNU ELPA or for ELPA in general? If the latter, Ted> Phil Hagelberg and Tom Tromey will probably have feedback to make it Ted> easier to implement and I imagine they've done something similar. I haven't. When I've tested things, I've done it by having a local repository. Tom