Vendors Kicksecure derivative-maker as a pinned submodule (18.1.7.4), adds the wrapper + verify + diagnose scripts, the pinned builder image, and the reproducibility-gated Gitea Actions workflow. Base flavour only — no hardening overlay (that's M1.2). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
558 B
Bash
15 lines
558 B
Bash
# 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
|