summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-06 12:00:01 +0100
committerMS <ms@taler.net>2020-11-06 12:00:01 +0100
commitf20f329089eea6f2d2b24832fdaa192144cbb34f (patch)
tree420613381f7079240edaa68f90df32160648142d
parent05172b690c6ef492bdf1dae08dd21f5a470270f2 (diff)
downloadtaler-util-f20f329089eea6f2d2b24832fdaa192144cbb34f.tar.gz
taler-util-f20f329089eea6f2d2b24832fdaa192144cbb34f.tar.bz2
taler-util-f20f329089eea6f2d2b24832fdaa192144cbb34f.zip
Reproducible builds link.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8858078..fa4293a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,9 @@ all: dist
$(echo) "Run make install-user to install for the current user."
# you need SOURCE_DATE_EPOCH at least at the 1980s when
-# your default SOURCE_DATE_EPOCH in env is 1.
+# your default SOURCE_DATE_EPOCH in env is 1. More information
+# is found here: https://reproducible-builds.org/docs/source-date-epoch/
+#
.PHONY: dist
dist:
$(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel