aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/dist.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
commit1a3c36278c39a275455a0a524f8a494d90f77324 (patch)
treef071b471f1eb123fe0260974bd22eb759925e3d6 /lib/actions/dist.bash
parent98c35cddda61236ad92e1ba47cf52ab86a1d16f3 (diff)
Consolidate fetch data in fetch_core.txt
Diffstat (limited to 'lib/actions/dist.bash')
-rw-r--r--lib/actions/dist.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/actions/dist.bash b/lib/actions/dist.bash
index 137576d..434c981 100644
--- a/lib/actions/dist.bash
+++ b/lib/actions/dist.bash
@@ -45,6 +45,9 @@ action() {
# Include the component sources
dist_include "/src"
+ # Set the SOURCE_DATE_EPOCH for the installation phase
+ printf "%d\n" "$SOURCE_DATE_EPOCH" > "$WORKDIR/etc/epoch.txt"
+
# Add a MANIFEST.txt
chgdir "$WORKDIR"
touch MANIFEST.txt