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: GNU ELPA commit mails Date: Wed, 30 Mar 2016 17:23:19 -0400 Message-ID: References: <8760w7dk48.fsf@gnu.org> <87y4922a5a.fsf@gmx.de> <87twjplede.fsf@gnu.org> <874mbnpygm.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1459373026 499 80.91.229.3 (30 Mar 2016 21:23:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2016 21:23:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 30 23:23:40 2016 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 1alNaV-0003Vy-Lt for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2016 23:23:39 +0200 Original-Received: from localhost ([::1]:56862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alNaU-0002Lw-P1 for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2016 17:23:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alNaG-0002Lg-Og for emacs-devel@gnu.org; Wed, 30 Mar 2016 17:23:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alNaD-0000cU-JW for emacs-devel@gnu.org; Wed, 30 Mar 2016 17:23:24 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:42637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alNaD-0000cD-Du for emacs-devel@gnu.org; Wed, 30 Mar 2016 17:23:21 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u2ULNJCQ030239; Wed, 30 Mar 2016 17:23:19 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6E36560441; Wed, 30 Mar 2016 17:23:19 -0400 (EDT) In-Reply-To: <874mbnpygm.fsf@gnu.org> (Tassilo Horn's message of "Wed, 30 Mar 2016 21:17:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5627=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5627> : inlines <4619> : streams <1611448> : uri <2176021> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:202482 Archived-At: > back if it works. I just did a new AUCTeX release but so far the commit > messages haven't appeared in neither auctex-devel nor auctex-diffs but > I'm reading those via Gmane which might cause some additional delay. That's because you first pushed to `elpa` and then to `externals/auctex`. The scripts couldn't know that the pushes to `elpa` were actually to the `auctex` package. And then moving things from one branch to another doesn't send any diffs (it just sends a single email with a summary of the files changed on this branch). Stefan