all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Semyonov <daniel@dsemy.com>
To: Philip Kaludercic <philipk@posteo.net>
Cc: emacs-devel@gnu.org
Subject: Re: README used by NonGNU packages "remotely" even though it's ignored
Date: Wed, 08 Jun 2022 01:24:11 +0300	[thread overview]
Message-ID: <87pmjkyuwk.fsf@dsemy.com> (raw)
In-Reply-To: <87leu86tid.fsf@posteo.net> (Philip Kaludercic's message of "Tue,  07 Jun 2022 21:41:46 +0000")

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]

>>>>> Philip Kaludercic writes:

    > Ignored files specify what files should not be added to the
    > package tarball.

    > See [0].  By default the README file is used.  If you prefer to,
    > it is possible to configure using the commentary section.

    > [0]
    > https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/README?h=elpa-admin#n132,

Thanks, I previously read the first few paragraphs of the elpa-admin
README and made the (incorrect) assumption that it wasn't very relevant
to me as a package author.

Attached is a patch updating my packages to use the commentary.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-diff, Size: 822 bytes --]

From 7be993e60bdc7c69a8dd8444f0bca6e5c108957f Mon Sep 17 00:00:00 2001
From: Daniel Semyonov <daniel@dsemy.com>
Date: Wed, 8 Jun 2022 00:54:29 +0300
Subject: [PATCH] * elpa-packages (vcomplete, swsw): Use commentary for
 ':readme'

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

diff --git a/elpa-packages b/elpa-packages
index 034ed41c01..a6bf3ffd8f 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -531,6 +531,7 @@
   :ignored-files ("COPYING" "scripts" "test" "Eldev" "Makefile"))
 
  ("swsw"		:url "https://git.sr.ht/~dsemy/swsw"
+  :readme ignore
   :doc "swsw.texi"
   :news "NEWS")
 
@@ -563,6 +564,7 @@
  ("vc-fossil"		:url "https://github.com/venks1/emacs-fossil")
 
  ("vcomplete"		:url "https://git.sr.ht/~dsemy/vcomplete"
+  :readme ignore
   :doc "vcomplete.texi"
   :news "NEWS")
 
-- 
2.36.1


  reply	other threads:[~2022-06-07 22:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 19:44 README used by NonGNU packages "remotely" even though it's ignored Daniel Semyonov
2022-06-07 21:37 ` Stefan Monnier
2022-06-07 21:41 ` Philip Kaludercic
2022-06-07 22:24   ` Daniel Semyonov [this message]
2022-06-08  9:21     ` Philip Kaludercic

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=87pmjkyuwk.fsf@dsemy.com \
    --to=daniel@dsemy.com \
    --cc=emacs-devel@gnu.org \
    --cc=philipk@posteo.net \
    /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.