build: store source_date_epoch as integer
authorPaul Spooren <mail@aparcar.org>
Sun, 29 Aug 2021 03:10:57 +0000 (17:10 -1000)
committerPaul Spooren <mail@aparcar.org>
Mon, 14 Feb 2022 13:40:34 +0000 (14:40 +0100)
commit2120cad38d6f78cc1b727459eeedb6ed9a14edbe
tree71352f952b3e8f4649501c7006a4351f06d90f7c
parentebe0b2af65c27b96cd0db9533cb63feda5a581f6
build: store source_date_epoch as integer

The value is retreived from a env variable which defaults to be read as
a string. However the SOURCE_DATE_EPOCH is a unix timestamp aka integer.

Fix this to allow downstream tools to parse the value directly.

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/json_add_image_info.py