From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Semyonov Newsgroups: gmane.emacs.devel Subject: Re: README used by NonGNU packages "remotely" even though it's ignored Date: Wed, 08 Jun 2022 01:24:11 +0300 Message-ID: <87pmjkyuwk.fsf@dsemy.com> References: <87ee00p8bz.fsf@dsemy.com> <87leu86tid.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31069"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 08 01:09:49 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nyiKb-0007nG-53 for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Jun 2022 01:09:49 +0200 Original-Received: from localhost ([::1]:59658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nyiKa-00068H-5P for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Jun 2022 19:09:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyhcY-0002KD-0G for emacs-devel@gnu.org; Tue, 07 Jun 2022 18:24:18 -0400 Original-Received: from dsemy.com ([46.23.89.208]:33104) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyhcV-0007Yo-Ph for emacs-devel@gnu.org; Tue, 07 Jun 2022 18:24:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=JKraQ5q1nna7n MXUydg+5Hu6qhu0yaCNE/jZogWBuYw=; h=in-reply-to:date:references: subject:cc:to:from; d=dsemy.com; b=YmqcYr5kpAULKy95T8Auo6wJvubtpngmVlV W77E9fUcrpExy93PxvqlU5Y/0sRjnYNxOAeM/tVVhHlLjVcWqMQkwd5oO8Pw3cNYkLbaMz 3+jLLuxKOueSF8/Ud+w0KVJjzbibZWmccb8F94OPd+LviUqsh3v2znKLOccngJ4lgkzzI8 DcFfPMhfJOme/+GOBNjVtr16c5awASUYQDW8rO/fDvAovMA969xzYsw2TVIk2zZLRPtgiF BjkHdczRtlg3yNc3s7tlAa90vcSoNj9cdVYWnsmjpVEUGhD7g9b4EuvPrNHjbKYtd+Fu+C 3cf2AofstFEOgzJS+0kEGFDBEHw== Original-Received: from coldharbour (bzq-109-66-67-197.red.bezeqint.net [109.66.67.197]) by dsemy.com (OpenSMTPD) with ESMTPSA id b8d2b09a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 8 Jun 2022 00:24:12 +0200 (CEST) Original-Received: from localhost (coldharbour [local]) by coldharbour (OpenSMTPD) with ESMTPA id b8e416e2; Tue, 7 Jun 2022 22:24:11 +0000 (UTC) In-Reply-To: <87leu86tid.fsf@posteo.net> (Philip Kaludercic's message of "Tue, 07 Jun 2022 21:41:46 +0000") Received-SPF: pass client-ip=46.23.89.208; envelope-from=daniel@dsemy.com; helo=dsemy.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290886 Archived-At: --=-=-= Content-Type: text/plain >>>>> 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. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-elpa-packages-vcomplete-swsw-Use-commentary-for-read.patch Content-Description: patch >From 7be993e60bdc7c69a8dd8444f0bca6e5c108957f Mon Sep 17 00:00:00 2001 From: Daniel Semyonov 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 --=-=-=--