all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Mario Lang <mlang@delysid.org>
Cc: emacs-devel@gnu.org
Subject: Re: [elpa] --exclude-vcs for multi-file archives?
Date: Thu, 22 May 2014 10:05:07 -0400	[thread overview]
Message-ID: <jwvy4xtq5fu.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <8738g2i0sx.fsf@fx.delysid.org> (Mario Lang's message of "Thu, 22 May 2014 12:07:42 +0200")

> While integrating chess.el into ELPA, I noticed that the .git
> subdirectory of packages/<external-name> is placed in the tarballs.  I have 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=ChangeLog \
      --exclude=.git \
      --exclude='*.elc' \
      --exclude='*~' \
      --exclude='*-autoloads.el' \
      ../elpa/packages ./

So I wonder: are you using update-archive.sh, or what are you using?


        Stefan



  reply	other threads:[~2014-05-22 14:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-22 10:07 [elpa] --exclude-vcs for multi-file archives? Mario Lang
2014-05-22 14:05 ` Stefan Monnier [this message]
2014-05-22 14:35   ` Mario Lang
2014-05-22 16:09     ` Stefan Monnier
2014-05-22 16:55       ` Mario Lang
2014-05-22 17:14         ` David Kastrup
2014-05-22 20:28           ` Mario Lang
2014-05-23  0:58           ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvy4xtq5fu.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=mlang@delysid.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.