Set the timestamp of the generated iso image.
This commit is contained in:
parent
2e5e565367
commit
62f3d7bf55
|
@ -198,6 +198,10 @@ case "${LB_BUILD_WITH_CHROOT}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Set the timestamp of the image
|
||||||
|
touch -d@${SOURCE_DATE_EPOCH} ${IMAGE}
|
||||||
|
echo "f ${IMAGE}" >> binary.modified_timestamps
|
||||||
|
|
||||||
# Saving cache
|
# Saving cache
|
||||||
Save_package_cache binary
|
Save_package_cache binary
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue