[0/2] Test for verifiying reproducible images

Message ID 20221219144147.31245-1-venkata.pyla@toshiba-tsip.com
Headers show
Series Test for verifiying reproducible images | expand

Message

venkata.pyla@toshiba-tsip.com Dec. 19, 2022, 2:41 p.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Hi,

The below patch set will add the test for verifying the rootfs images
are reproducible, it will help to identify the reproducible problems
and also can verify the fixes that solves the problem.

Please check if this can add to the isar testsuite and eventually helps
to verify the reproducible problems in isar.

Looking forward for your feedback.

Thanks,
Venkata.

venkata pyla (2):
  cibuilder.py: Add source_date_epoch to build configuration
  repro-build-test.py: Test to check images are reproducible

 testsuite/cibuilder.py        |  5 ++-
 testsuite/repro-build-test.py | 68 +++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+), 1 deletion(-)
 create mode 100755 testsuite/repro-build-test.py