Temporary workaround for b4 and lore.kernel.org
Tom Rini <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <20260729204738.GF1773261@bill-the-cat> |
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
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTzzqh0PWDgGS+bTHor4qD1Cr/kCgUCampm5QAKCRAr4qD1Cr/k CqlUAP4sRMn2ZQZYctXn3PbgISiQw9NbefdAA/3QZ+yz5hThHgEA9WmbiUovlJUb QTk9ATnXptW2wGNVKHl43S1e7F9fGAw= =2Yo2 -----END PGP SIGNATURE-----