From: Mario Lang <mlang@delysid.org>
To: emacs-devel@gnu.org
Subject: Re: [elpa] --exclude-vcs for multi-file archives?
Date: Thu, 22 May 2014 16:35:27 +0200 [thread overview]
Message-ID: <87lhtt9900.fsf@fx.delysid.org> (raw)
In-Reply-To: <jwvy4xtq5fu.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Thu, 22 May 2014 10:05:07 -0400")
Stefan Monnier <monnier@IRO.UMontreal.CA> writes:
>> 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?
Oh, it's a workflow issue? I actually went the most simple way and did:
$ make externals
$ make archive
archives/packages/<external>-*.tar now contains .git dirs.
--
CYa,
⡍⠁⠗⠊⠕
next prev parent reply other threads:[~2014-05-22 14:35 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
2014-05-22 14:35 ` Mario Lang [this message]
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=87lhtt9900.fsf@fx.delysid.org \
--to=mlang@delysid.org \
--cc=emacs-devel@gnu.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.