24 lines
649 B
Diff
24 lines
649 B
Diff
From a4aade509d5b686f75d74371da22079d4c6356a0 Mon Sep 17 00:00:00 2001
|
|
From: Luke Granger-Brown <git@lukegb.com>
|
|
Date: Wed, 19 Jul 2023 02:49:56 +0000
|
|
Subject: [PATCH 5/5] pass SOURCE_DATE_EPOCH to tooling
|
|
|
|
---
|
|
site_scons/environ.scons | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/site_scons/environ.scons b/site_scons/environ.scons
|
|
index 0cdc45557..16f44326e 100644
|
|
--- a/site_scons/environ.scons
|
|
+++ b/site_scons/environ.scons
|
|
@@ -21,6 +21,7 @@ variables_to_forward = [
|
|
"WORKFLOW_BRANCH_OR_TAG",
|
|
"DIST_SUFFIX",
|
|
"FORCE_NO_DIRTY",
|
|
+ "SOURCE_DATE_EPOCH",
|
|
# Python & other tools
|
|
"HOME",
|
|
"APPDATA",
|
|
--
|
|
2.40.1
|
|
|