cook: lore no longer allows simple curl access
Junio C Hamano committed
Jan 15, 2026 at 15:05 UTC
4cedaee8653c6056a790ac9fc6638b3731597fea
1 file changed
+1
-2
cook
+1
-2
index 3a2df82f6e..18e0195bd2 100755
--- a/cook
+++ b/cook
@@ -100,8 +100,7 @@ sub get_message_parent {
my @line = ();
my %irt = ();
- open(my $fh, "-|", qw(curl -s),
- "https://lore.kernel.org/git/" . "$mid" . "/raw");
+ open(my $fh, "-|", qw(b4 -q mbox --single-message -o-), "$mid");
while (<$fh>) {
last if (/^$/);
chomp;