# SOURCE_DATE_EPOCH source-of-truth. # # By default build.sh derives SOURCE_DATE_EPOCH from `git log -1 --pretty=%ct` # of the build commit. That is the reproducible-by-default mode and what CI # uses. # # This file exists to allow a *deliberate* override for offline/local rebuilds # of historical commits where git history is not available (e.g. building # from a release tarball). When set here, build.sh prefers this value over # the git-derived one and prints a warning. # # Leave commented out for normal use. # # SOURCE_DATE_EPOCH_OVERRIDE=1735689600