From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 26.1.91 is out Date: Thu, 10 Jan 2019 20:03:52 -0500 Message-ID: References: <87ftu430u6.fsf@petton.fr> <12614070-f1bc-9e26-7f38-5dded990a65a@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1547168825 31433 195.159.176.226 (11 Jan 2019 01:07:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2019 01:07:05 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Nicolas Petton , Emacs Devel To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 11 02:07:01 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghlHo-000845-Np for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2019 02:07:00 +0100 Original-Received: from localhost ([127.0.0.1]:44896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghlJv-0000X1-LB for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2019 20:09:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghlJa-0008Gp-DG for emacs-devel@gnu.org; Thu, 10 Jan 2019 20:08:51 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghlEn-0004BL-D0; Thu, 10 Jan 2019 20:03:53 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ghlEm-0006se-Sj; Thu, 10 Jan 2019 20:03:52 -0500 X-Spook: SDI Plume insurgency Michoacna AIMSX Vince Foster bootleg X-Ran: `)'v1{Y)2.ja9"P}lg7NEWLjTX[2 (Paul Eggert's message of "Mon, 7 Jan 2019 16:59:19 -0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:232302 Archived-At: Paul Eggert wrote: > While we're on the subject of what goes into the distribution, several > files are under version control but are not in the distribution > tarball. They are: > > > .gitattributes > .gitignore > .gitlab-ci.yml Only relevant to git checkouts. > GNUmakefile I don't know. > INSTALL.REPO > build-aux/git-hooks/commit-msg > build-aux/git-hooks/pre-commit Only relevant to git checkouts. > msdos/autogen Only relevant to the MS-DOS port maintainer. > plus the entire 'test' subdirectory. This has been intentional but it's obviously the most debatable omission. > Shouldn't we be distributing all the actual source that we develop > with, even if it's not needed to build the tarball? That would seem to > be more the GNU Way. The current philosophy is "omit things that aren't relevant". I dunno.