build: store source_date_epoch as integer integer
authorPaul Spooren <mail@aparcar.org>
Sun, 29 Aug 2021 03:10:57 +0000 (17:10 -1000)
committerPaul Spooren <mail@aparcar.org>
Sun, 29 Aug 2021 18:27:55 +0000 (08:27 -1000)
commitfed6e6a456add4b22166689d0e0a1bfa0b56fa9f
treea7f4dad7486972589f4d9cefe833467762c18c0f
parent1c8214d6f2c70db40dad0d111954802668b174d4
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