Files
poky/meta
Joshua Watt 20e9df5721 lib/oe/reproducible.py: Fix git HEAD check
The check for a git HEAD still wasn't quite correct because it was using
the .git directory as the current working directory. Instead, it should
be passed as the --git-dir argument when running git. Running `git
rev-parse HEAD` in a .git directory with no HEAD reports 'HEAD' and
exits with success but then 'git log' will fail, which is not what we
want.

(From OE-Core rev: cdbd47dd7e1657b91b65a0940b7cbf119764240f)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-29 11:37:31 +01:00
..
2020-07-28 12:39:54 +01:00
2020-07-28 12:39:54 +01:00
2020-07-27 10:37:57 +01:00
2020-07-29 10:12:31 +01:00
2020-07-22 23:47:57 +01:00
2019-08-29 14:05:12 +01:00