From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mario Lang Newsgroups: gmane.emacs.devel Subject: Re: [elpa] --exclude-vcs for multi-file archives? Date: Thu, 22 May 2014 16:35:27 +0200 Message-ID: <87lhtt9900.fsf@fx.delysid.org> References: <8738g2i0sx.fsf@fx.delysid.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1400769362 316 80.91.229.3 (22 May 2014 14:36:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2014 14:36:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 22 16:35:55 2014 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 1WnU62-0006Pl-4Y for ged-emacs-devel@m.gmane.org; Thu, 22 May 2014 16:35:50 +0200 Original-Received: from localhost ([::1]:37896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnU61-0000zx-Jv for ged-emacs-devel@m.gmane.org; Thu, 22 May 2014 10:35:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnU5o-0000zk-NJ for emacs-devel@gnu.org; Thu, 22 May 2014 10:35:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnU5i-00041z-PE for emacs-devel@gnu.org; Thu, 22 May 2014 10:35:36 -0400 Original-Received: from fep14.mx.upcmail.net ([62.179.121.34]:40829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnU5i-00041i-EI for emacs-devel@gnu.org; Thu, 22 May 2014 10:35:30 -0400 Original-Received: from edge03.upcmail.net ([192.168.13.238]) by viefep14-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140522143528.TVL20421.viefep14-int.chello.at@edge03.upcmail.net> for ; Thu, 22 May 2014 16:35:28 +0200 Original-Received: from fx.delysid.org ([80.109.200.215]) by edge03.upcmail.net with edge id 52bT1o02L4fLMH4032bTUl; Thu, 22 May 2014 16:35:28 +0200 X-SourceIP: 80.109.200.215 Original-Received: from mlang by fx.delysid.org with local (Exim 4.82) (envelope-from ) id 1WnU5f-00048d-FG for emacs-devel@gnu.org; Thu, 22 May 2014 16:35:27 +0200 In-Reply-To: (Stefan Monnier's message of "Thu, 22 May 2014 10:05:07 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.179.121.34 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:172025 Archived-At: Stefan Monnier writes: >> While integrating chess.el into ELPA, I noticed that the .git >> subdirectory of packages/ is placed in the tarballs. I h= ave manually >> added ".git" to .elpaignore in packages/chess for now, but I wonder if a >> more generic solution is in order. > > I saw your commit and thought the exact same thing. > But I don't understand why you need to do that: .git is already skipped > in update-archive.sh: > > rsync -av --delete \ > --exclude=3DChangeLog \ > --exclude=3D.git \ > --exclude=3D'*.elc' \ > --exclude=3D'*~' \ > --exclude=3D'*-autoloads.el' \ > ../elpa/packages ./ > > So I wonder: are you using update-archive.sh, or what are you using? Oh, it's a workflow issue? I actually went the most simple way and did: $ make externals $ make archive archives/packages/-*.tar now contains .git dirs. --=20 CYa, =E2=A1=8D=E2=A0=81=E2=A0=97=E2=A0=8A=E2=A0=95