]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory-collect-srcrevs: sort directories
authorDan McGregor <danismostlikely@gmail.com>
Mon, 15 Jun 2020 22:01:43 +0000 (16:01 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jun 2020 10:09:27 +0000 (11:09 +0100)
commit3d7cb207ad4ec3cd5a3064147d3c9b5a1730d0fb
tree5b27c3b01e36c89e1af9e1a07dda079e5447a29a
parent60ff220548125bbdc6812669af711fb3650d87aa
buildhistory-collect-srcrevs: sort directories

From: Daniel McGregor <daniel.mcgregor@vecima.com>

In order to allow consistent output of buildhistory-collect-srcrevs sort
the list of directories returned by os.walk. Otherwise the list of
SRCREVs is returned in an unspecified order.

We save the output of this command on build, so it creates smaller diffs
between builds.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/buildhistory-collect-srcrevs