gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 37/116: mkhelp.pl: support reproducible build


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 37/116: mkhelp.pl: support reproducible build
Date: Tue, 05 Dec 2017 14:51:07 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 6089aa53e44ff5171a5aec457b6746f653440ced
Author: Juro Bystricky <address@hidden>
AuthorDate: Fri Oct 27 08:28:25 2017 -0700

    mkhelp.pl: support reproducible build
    
    Do not generate line with the current date, such as:
    
    * Generation time: Tue Oct-24 18:01:41 2017
    
    This will improve reproducibility. The generated string is only
    part of a comment, so there should be no adverse consequences.
    
    Signed-off-by: Juro Bystricky <address@hidden>
    
    closes #2026
---
 src/mkhelp.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 270daa20a..757f024ce 100755
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -102,11 +102,9 @@ while(<READ>) {
 }
 close(READ);
 
-$now = localtime;
 print <<HEAD
 /*
  * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
- * Generation time: $now
  */
 #ifdef USE_MANUAL
 #include "tool_hugehelp.h"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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