Skip to content

Use UTC datetime for reproducible builds

Ondřej Surý requested to merge ondrej/use-utc-for-reproducible-builds into main

For reproducible builds, we use last modification time of the CHANGES file. This works pretty well, unless the builds are made in different timezones.

Use UTC option to date command to make the builds reproducible.

Merge request reports