commit 518bb3260bf438274f1f02efde686e1ad181df56 Author: Mike Perry mikeperry-git@torproject.org Date: Fri Jun 7 12:31:21 2013 -0700
Determinism fix: In Gitian-LXC, the hostname can leak.
Simply omit it from about:buildconfig. --- toolkit/content/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/toolkit/content/Makefile.in b/toolkit/content/Makefile.in index b6ebcfc..310f6b7 100644 --- a/toolkit/content/Makefile.in +++ b/toolkit/content/Makefile.in @@ -47,8 +47,8 @@ ifeq (http,$(patsubst http%,http,$(SOURCE_REPO))) DEFINES += -DSOURCE_REPO="$(SOURCE_REPO)" endif
-BUILD_HOSTNAME = $(shell hostname -s || hostname) -DEFINES += -DBUILD_HOSTNAME="$(BUILD_HOSTNAME)" +# BUILD_HOSTNAME = $(shell hostname -s || hostname) +# DEFINES += -DBUILD_HOSTNAME="$(BUILD_HOSTNAME)"
ifdef MOZ_TOOLKIT_SEARCH DEFINES += -DMOZ_TOOLKIT_SEARCH