Hey all, While we wait for our list to be restored again on lore.kernel.org, here's a temporary workaround (so long as patchwork is up) for using b4 and patchwork more directly. Thanks to Quentin for pointing out you can take the mbox from patchwork and pass it to b4.
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Usage: $0 message-id"
exit 1
fi
wget -O - https://patchwork.ozlabs.org/project/uboot/patch/"$1"/mbox/ \
2>/dev/null | b4 shazam -S -m -
Feel free to modify as needed.
--
Tom
signature.asc
Description: PGP signature
