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: [elpa] master 872014e: Prevent accidental deletion of .git Date: Fri, 27 Nov 2015 10:27:20 -0500 Message-ID: References: <20151109013124.17711.29422@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448638061 22501 80.91.229.3 (27 Nov 2015 15:27:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2015 15:27:41 +0000 (UTC) Cc: "=?windows-1252?Q?Fabi=E1n?= E. Gallina" , emacs-devel@gnu.org To: Thomas Fitzsimmons Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 27 16:27:29 2015 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 1a2Kvo-0002rt-Gm for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2015 16:27:28 +0100 Original-Received: from localhost ([::1]:57251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2Kvq-00080Z-KY for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2015 10:27:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2Kvn-00080U-Tm for emacs-devel@gnu.org; Fri, 27 Nov 2015 10:27:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2Kvi-0001bB-QW for emacs-devel@gnu.org; Fri, 27 Nov 2015 10:27:27 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:53734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2Kvi-0001b5-Ln; Fri, 27 Nov 2015 10:27:22 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AyFgA731xV/yr292hcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLDiYSFBgNJIg3CM8jAQEBAQYBAQEBHos6hCBlB4QtBYwwkmeSFINZI4QWIIE0gUQBAQE X-IPAS-Result: A0AyFgA731xV/yr292hcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLDiYSFBgNJIg3CM8jAQEBAQYBAQEBHos6hCBlB4QtBYwwkmeSFINZI4QWIIE0gUQBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="179560881" Original-Received: from 104-247-246-42.cpe.teksavvy.com (HELO pastel.home) ([104.247.246.42]) by ironport2-out.teksavvy.com with ESMTP; 27 Nov 2015 10:27:20 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5545563F7A; Fri, 27 Nov 2015 10:27:20 -0500 (EST) In-Reply-To: (Thomas Fitzsimmons's message of "Fri, 27 Nov 2015 01:58:47 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:195380 Archived-At: > But for byte-compilation testing, I do a package-install in each target > emacs, and check the byte-compilation results reported by the target > emacs. For that step I point at the result of "make archive". That sounds excruciating. Why not do: cd .../elpa rm **/*.elc make EMACS="emacs-23.1 --batch" Admittedly, your system is slightly closer to what the end-user will do, so it may give slightly more precise results in some cases. > Speaking of which, I'd like to push the attached patch set, which makes > externals deletion safer and adds the first two core packages to GNU > ELPA (ntlm and soap-client). Look OK? [ Better just attach them so they're easier to view in the MUA. ] Looks fine to me, thanks, Stefan