From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: continuous delivery from ELPA archives (was: python.el changes in emacs-24) Date: Wed, 30 Jul 2014 16:36:35 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87mwbqinxo.fsf_-_@lifelogs.com> References: <85silp26f5.fsf@stephe-leake.org> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406752633 24699 80.91.229.3 (30 Jul 2014 20:37:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2014 20:37:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 30 22:37:07 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 1XCacS-0008W3-Ik for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2014 22:37:04 +0200 Original-Received: from localhost ([::1]:53144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCacS-0003wV-4U for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2014 16:37:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCacJ-0003wL-2p for emacs-devel@gnu.org; Wed, 30 Jul 2014 16:37:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCacC-0005KE-Rx for emacs-devel@gnu.org; Wed, 30 Jul 2014 16:36:55 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCacC-0005K8-L8 for emacs-devel@gnu.org; Wed, 30 Jul 2014 16:36:48 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XCacB-0008F3-AK for emacs-devel@gnu.org; Wed, 30 Jul 2014 22:36:47 +0200 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jul 2014 22:36:47 +0200 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jul 2014 22:36:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net 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" Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:iWUciZ+NUCV/yc1glWo7BahyyiQ= 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:173297 Archived-At: On Fri, 25 Jul 2014 03:23:26 -0500 Stephen Leake wrote: SL> Barry OReilly writes: >>> BTW as language-specific modes have to compete with specialized >>> editors, what about adopting a policy of continous-delivery here? >> >> IIUC, the Emacs packaging system is already suited for this. SL> Yes, which is the main reason I moved Ada mode to ELPA. So far there SL> have been 6 releases in as many months (it's a new system; lots of minor SL> bugs). Much more satisfying to my customers! I don't understand what you mean by "continuous delivery" here, could you please explain it? I know what continuous integration and deployment are :) Thanks Ted