[coreboot-gerrit] New patch to review for coreboot: 568f527 Revert "genbuild_h: timestamps should not depend on LANG or LC_ALL"

Peter Stuge (peter@stuge.se) gerrit at coreboot.org
Sun Jun 7 03:01:25 CEST 2015


Peter Stuge (peter at stuge.se) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10451

-gerrit

commit 568f527dc2de02a3a3d440efe1baa1b3fcfc0cc8
Author: Peter Stuge <peter at stuge.se>
Date:   Sun Jun 7 03:01:24 2015 +0200

    Revert "genbuild_h: timestamps should not depend on LANG or LC_ALL"
    
    This reverts commit d9bc2fadc4ea74ebca0d793aeef288fe9f1acf0c.
    
    Incomplete commit. It didn't fix reproducible builds at all.
    
    Change-Id: I9a5d6237f36388dad6f684e94edfb861f1ce877b
    Signed-off-by: Peter Stuge <peter at stuge.se>
---
 util/genbuild_h/genbuild_h.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/genbuild_h/genbuild_h.sh b/util/genbuild_h/genbuild_h.sh
index 3d25276..6120c1b 100755
--- a/util/genbuild_h/genbuild_h.sh
+++ b/util/genbuild_h/genbuild_h.sh
@@ -27,7 +27,7 @@ if [ -d "${top}/.git" ] && [ -f "$(command -v git)" ]; then
 	DATE=$(git log --pretty=format:%ct -1)
 else
 	GITREV=Unknown
-	TIMESOURCE="LANG=C LC_ALL=C TZ=UTC date"
+	TIMESOURCE="LANG= TZ=UTC date"
 	DATE=$(date +%s)
 fi
 



More information about the coreboot-gerrit mailing list