]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oe/reproducible: Use git log without gpg signature
authorBenoît Mauduit <bmauduit@beneth.fr>
Thu, 12 Jan 2023 13:23:57 +0000 (14:23 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 02:28:32 +0000 (16:28 -1000)
commit1075cdeae6af392acddb8c975ac4facc91a5ccde
tree0e6bd734ec38d04714b6007c4edea41a50d9e503
parentd887fe5886dc6bd9756835a2ca8c88db54e649f6
lib/oe/reproducible: Use git log without gpg signature

Previously, if "showSignature" is present in user gitconfig, parsing
of the timestamp will fail.

Ideally we should replace this command with a git plumbing command.

Signed-off-by: Benoît Mauduit <bmauduit@beneth.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 3bd6f78f79b3d3e87d8db1e11f58d8021f929843)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oe/reproducible.py