From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Integrating package.el Date: Tue, 5 Jan 2010 06:37:21 +0100 Message-ID: References: <87k4w5lbyb.fsf_-_@lifelogs.com> <87zl50jv52.fsf@lifelogs.com> <87d41rn3wt.fsf_-_@hagelb.org> <87k4vxiwlj.fsf@lifelogs.com> <878wcdjg9r.fsf@hagelb.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262669889 30824 80.91.229.12 (5 Jan 2010 05:38:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2010 05:38:09 +0000 (UTC) Cc: Tom Tromey , Ted Zlatanov , emacs-devel@gnu.org To: Phil Hagelberg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 05 06:38:01 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from terminus-est.gnu.org ([66.92.78.210] helo=lists.gnu.org) by lo.gmane.org with esmtp (Exim 4.50) id 1NS27B-00068D-5t for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 06:37:57 +0100 Original-Received: from localhost ([127.0.0.1]:55271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NS279-00046a-29 for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 00:37:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NS271-00043H-Q1 for emacs-devel@gnu.org; Tue, 05 Jan 2010 00:37:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NS26x-0003vR-QF for emacs-devel@gnu.org; Tue, 05 Jan 2010 00:37:47 -0500 Original-Received: from [199.232.76.173] (port=35954 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NS26x-0003v3-LJ for emacs-devel@gnu.org; Tue, 05 Jan 2010 00:37:43 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:37245) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NS26w-0000SN-TP for emacs-devel@gnu.org; Tue, 05 Jan 2010 00:37:43 -0500 Original-Received: by fxm28 with SMTP id 28so7070112fxm.26 for ; Mon, 04 Jan 2010 21:37:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=D4vk7mmPxKlPsrmoNbyCGR+fFMcukHPPaVhSDSovois=; b=V6WpDTFbuH/WgM4GVyCjlYPMQiDN5HtWOo//v+64tnb9JZvJBZXOzCA+nIpimRkcxg 5bgqRrdMKFZN+7hzXll7nFuNG43VwZN50678LTkkHihE7NsermZJed6NzcHswhausb+M OeoXrKbXjMj5JuqHiy74+joUoUYXjSi6PtbzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=BLExp6AvveFHFCYVgWD4BdFAdUvjue8OgmfqiTKhtWHnl6MbIIHRwmXI5n+NLZh41i Cdj/gfRF9Ngdy8dUFX1Y6F3S/E7LBx28Am58Wfq+O3zRQnk8kRgZgw1bVXr6YOwr7zjm t+KJiHq1kTD3C9IkCxA+PXeyfST0pCDQyNUio= Original-Received: by 10.239.181.73 with SMTP id l9mr560730hbg.79.1262669861132; Mon, 04 Jan 2010 21:37:41 -0800 (PST) In-Reply-To: <878wcdjg9r.fsf@hagelb.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119415 Archived-At: On Tue, Jan 5, 2010 at 6:02 AM, Phil Hagelberg wrote: > Tom Tromey writes: > > I've also got a quick prototype of a DVCS-centric archive management > tool (for gathering packages from library authors and publishing them) > that I will post soon once I've fleshed it out a bit more. This sounds good to me. I believe that ELPA should not hold the files but rather have pointers to them. Otherwise the turnaround time will be longer for changes made to the files.