emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] externals/dash cbd3b29 268/316: * .elpaignore: Exclude dev/ f


From: Basil L. Contovounesios
Subject: Re: [elpa] externals/dash cbd3b29 268/316: * .elpaignore: Exclude dev/ from GNU ELPA tarball.
Date: Tue, 16 Feb 2021 18:32:18 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

elpasync@savannah.gnu.org (ELPA Syncer) writes:

> branch: externals/dash
> commit cbd3b293f7e72216c2e44e651ec300b449bae291
> Author: Basil L. Contovounesios <contovob@tcd.ie>
> Commit: Basil L. Contovounesios <contovob@tcd.ie>
>
>     * .elpaignore: Exclude dev/ from GNU ELPA tarball.
> ---
>  .elpaignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.elpaignore b/.elpaignore
> new file mode 100644
> index 0000000..8d34358
> --- /dev/null
> +++ b/.elpaignore
> @@ -0,0 +1 @@
> +dev/*

I just realised that this still includes an empty dev directory in the
tarball, and that I would additionally like to exclude the .github
subdirectory (and probably even more of the development files that
reside in the repo, unless there's a policy against that).

I tried changing the file's contents to:

  dev
  .github

and:

  ./dev
  ./.github

and even:

  packages/dash/dev
  packages/dash/.github

thinking it may be related to the directory from which
'tar -X .elpaignore' is called, but the result of
'make dash.tar' stubbornly continues to include both subdirectories.
What am I doing wrong?  Should I just use :ignored-files instead?

Thanks,

-- 
Basil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]