bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Do not store build time in MODULES.html


From: Bernhard M. Wiedemann
Subject: [PATCH] Do not store build time in MODULES.html
Date: Wed, 11 Mar 2020 05:55:58 +0100

This allows for reproducible builds.

See https://reproducible-builds.org/ for why that matters.

This patch was done while working on reproducible builds for openSUSE.
---
 MODULES.html.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MODULES.html.sh b/MODULES.html.sh
index 7eab5e547..dce6c67f6 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3695,7 +3695,7 @@ func_echo '<LI>A POT file and some PO files'
 func_end UL
 
 func_echo '<HR>'
-func_echo 'Generated from <CODE>MODULES.html.sh</CODE> on '`LC_ALL=C date +"%e 
%B %Y"`.
+func_echo 'Generated from <CODE>MODULES.html.sh</CODE>'.
 
 func_end BODY
 
-- 
2.16.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]