mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
Revert "buildhistory_analysis: fix error when comparing image contents"
This reverts commit 5b616aa7b6.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -400,7 +400,7 @@ def process_changes(repopath, revision1, revision2 = 'HEAD', report_all = False)
|
|||||||
chg = ChangeRecord(path, filename, d.a_blob.data_stream.read(), d.b_blob.data_stream.read(), True)
|
chg = ChangeRecord(path, filename, d.a_blob.data_stream.read(), d.b_blob.data_stream.read(), True)
|
||||||
changes.append(chg)
|
changes.append(chg)
|
||||||
elif filename == 'image-info.txt':
|
elif filename == 'image-info.txt':
|
||||||
changes.extend(compare_dict_blobs(path, d.a_blob, d.b_blob, report_all, report_ver))
|
changes.extend(compare_dict_blobs(path, d.a_blob, d.b_blob, report_all))
|
||||||
elif '/image-files/' in path:
|
elif '/image-files/' in path:
|
||||||
chg = ChangeRecord(path, filename, d.a_blob.data_stream.read(), d.b_blob.data_stream.read(), True)
|
chg = ChangeRecord(path, filename, d.a_blob.data_stream.read(), d.b_blob.data_stream.read(), True)
|
||||||
changes.append(chg)
|
changes.append(chg)
|
||||||
|
|||||||
Reference in New Issue
Block a user