From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 d4ae6d7: epg: Add a way to detect gpg1 executable for tests Date: Fri, 20 May 2016 07:15:10 +0900 Message-ID: <8737pdg0ep.fsf-ueno@gnu.org> References: <20160519091140.32654.90426@vcs.savannah.gnu.org> <20160519091141.1684F220158@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1463696183 30998 80.91.229.3 (19 May 2016 22:16:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 May 2016 22:16:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 20 00:16:16 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 1b3WEp-0007aS-SC for ged-emacs-devel@m.gmane.org; Fri, 20 May 2016 00:16:16 +0200 Original-Received: from localhost ([::1]:52301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3WEp-0001OQ-0K for ged-emacs-devel@m.gmane.org; Thu, 19 May 2016 18:16:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3WDz-0001OJ-LP for emacs-devel@gnu.org; Thu, 19 May 2016 18:15:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3WDu-000744-Ie for emacs-devel@gnu.org; Thu, 19 May 2016 18:15:23 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3WDu-000735-F5 for emacs-devel@gnu.org; Thu, 19 May 2016 18:15:18 -0400 Original-Received: from du-a.org ([219.94.251.20]:38465 helo=debian) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b3WDs-0003Ck-RL for emacs-devel@gnu.org; Thu, 19 May 2016 18:15:17 -0400 In-Reply-To: (John Wiegley's message of "Thu, 19 May 2016 10:51:32 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203892 Archived-At: John Wiegley writes: >>>>>> Daiki Ueno writes: > >> branch: emacs-25 >> commit d4ae6d7033b34e8b75c59aaf1584131e439ef2d5 >> Author: Daiki Ueno >> Commit: Daiki Ueno > >> epg: Add a way to detect gpg1 executable for tests > >> Fixes bug#23561. > > Hello Daiki, > > This bug is not among our list of blocking bugs for Emacs 25.1, as found here: > > https://debbugs.gnu.org/db/19/19759.html > > Thus, I believe this fix should have been pushed to master, and not to > emacs-25. Did you have a reason for pushing it to emacs-25? Thanks for informing, I wasn't aware of the recent release process and pushed it to emacs-25 just because the bug has the "Version: 25.0.93" line. I'm not sure if it deserves of a blocker as it should increase the test coverage on Hydra, but if not, I will revert it soon. Regards, -- Daiki Ueno