]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
patchtest-send-results: use Message-ID directly
authorTrevor Gamblin <tgamblin@baylibre.com>
Thu, 15 Feb 2024 21:37:05 +0000 (16:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Feb 2024 21:41:08 +0000 (21:41 +0000)
commit1ce51580a23869a9c0f409446ff717d471fb60db
treeba77005be1f6fd6a27d5f2d846b0eab19bc4121b
parent2fe9097c8c3944ab89d12fd29bcd0fc2d0d195e3
patchtest-send-results: use Message-ID directly

There's no need to use regex for extracting the Message-ID field from
the patch email and mangle it by removing the angle brackets in the
process. Pull it directly from the mbox so that Patchtest's replies have
even fewer differences when compared to other replies. Also add a TODO
so that it's clear this needs adjustment when full series support is
added.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/patchtest-send-results