emacs-devel
[Top][All Lists]
Advanced

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

Re: Unable to get .elpaignore to work [Was: Request to add tomelr packag


From: Kaushal Modi
Subject: Re: Unable to get .elpaignore to work [Was: Request to add tomelr package to GNU ELPA]
Date: Wed, 4 May 2022 09:06:15 -0400

> Then may be the same "tar -X.elpaignore" is not being run on the GNU
> ELPA server?

I looked at the dash package's .elpaignore and its archive downloaded
from GNU ELPA and I see the same problem there.

It's as if the .elpaignore is.. ignored :)

Then I looked at another ELPA package arbitrarily: vundo and there its
test/ directory is not getting packaged in the archive.. because its
ignore specification is put in the elpa-packages file.

I'd like to help debug the issue with .elpaignore. And here's Plan B
if we cannot get .elpaignore to work as expected:

>From 9d790d72e754a46a1722164da2fe82271369e030 Mon Sep 17 00:00:00 2001
From: Kaushal Modi <kaushal.modi@gmail.com>
Date: Wed, 4 May 2022 09:00:01 -0400
Subject: [PATCH] * elpa-packages (tomelr): Update ignored-files list

---
 elpa-packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index 4336648387..498221124f 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -607,7 +607,7 @@
   :ignored-files ("COPYING" "doclicense.texi"))
  ("tNFA"        :url "http://www.dr-qubit.org/git/predictive.git";)
  ("tomelr"        :url "https://github.com/kaushalmodi/tomelr";
-  :ignored-files ("LICENSE")
+  :ignored-files (".github" "doc" "test" "Makefile" "LICENSE")
   :news "CHANGELOG.org"
   :auto-sync t)
  ("tramp"        :url "git://git.sv.gnu.org/tramp.git"
-- 
2.34.0



reply via email to

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