From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How does ELPA deployment work? Date: Thu, 07 Feb 2013 08:54:10 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360245264 31115 80.91.229.3 (7 Feb 2013 13:54:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2013 13:54:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Liu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 14:54:43 2013 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 1U3Rvv-0005to-L7 for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2013 14:54:35 +0100 Original-Received: from localhost ([::1]:53113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Rvc-0002SM-TI for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2013 08:54:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3RvZ-0002SF-Of for emacs-devel@gnu.org; Thu, 07 Feb 2013 08:54:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3RvY-0000OZ-Av for emacs-devel@gnu.org; Thu, 07 Feb 2013 08:54:13 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:46551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3RvY-0000OP-77 for emacs-devel@gnu.org; Thu, 07 Feb 2013 08:54:12 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpZnt/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGOSIoggzGBXoMV X-IPAS-Result: Av4EABK/CFFFpZnt/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGOSIoggzGBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="673687" Original-Received: from 69-165-153-237.dsl.teksavvy.com (HELO pastel.home) ([69.165.153.237]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 07 Feb 2013 08:54:10 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id DA53F592BB; Thu, 7 Feb 2013 08:54:10 -0500 (EST) In-Reply-To: (Leo Liu's message of "Thu, 07 Feb 2013 12:55:09 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:156854 Archived-At: > A while ago changes to packages in GNU ELPA automatically appeared in > the next day in the archive (elpa.gnu.org/packages). This seems stop > working. Has anything changed? What is the practice now? Thanks. AFAIK it's still the case. The only thing that has changed (a couple months ago) is that changes in a package are only reflected in GNU ELPA site when the "Version:" is changed (i.e. the .tar and .el files distributed via http://elpa.gnu.org/packages/ will never be modified). I don't see any obvious sign that the update script is not working currently, so I assume the issue is that you didn't change the Version. Stefan