From: Leo Famulari <leo@famulari.name>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Julien Lepiller <julien@lepiller.eu>, 53837@debbugs.gnu.org
Subject: [bug#53837] [PATCH] gnu: Remove leftover patch files.
Date: Wed, 9 Feb 2022 11:45:19 -0500 [thread overview]
Message-ID: <YgPvnyZ1GiLql608@jasmine.lan> (raw)
In-Reply-To: <87zgn071tm.fsf_-_@gnu.org>
On Wed, Feb 09, 2022 at 11:48:37AM +0100, Ludovic Courtès wrote:
> Perhaps you can share the script that you used? That way we can review
> the script rather than its output. :-)
Sure, I did this:
`find gnu/packages/patches | while read patch; do git grep ${patch##gnu/packages/patches/} gnu/packages >/dev/null || echo "${patch##gnu/packages/patches/} is leftover?"; done`
I figure it could cause a problem if a patch file was used somewhere
besides 'gnu/packages', or if the patch file name was "constructed".
next prev parent reply other threads:[~2022-02-09 16:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-07 4:20 [bug#53837] [PATCH] gnu: Remove leftover patch files Leo Famulari
2022-02-08 11:06 ` Julien Lepiller
2022-02-08 17:11 ` Leo Famulari
2022-02-09 10:48 ` Ludovic Courtès
2022-02-09 16:45 ` Leo Famulari [this message]
2022-02-10 20:55 ` Ludovic Courtès
2022-02-23 14:18 ` zimoun
2022-02-23 14:56 ` bug#53837: " Leo Famulari
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=YgPvnyZ1GiLql608@jasmine.lan \
--to=leo@famulari.name \
--cc=53837@debbugs.gnu.org \
--cc=julien@lepiller.eu \
--cc=ludo@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/guix.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.