make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Tue, 3 Mar 2020 08:06:18 +0000 (08:06 +0000)
committerJean Baptiste Favre <debian@jbfavre.org>
Tue, 3 Mar 2020 08:06:18 +0000 (08:06 +0000)
Origin: other, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833176
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2016-11-18

Last-Update: 2016-11-18
Gbp-Pq: Name 0003-reproductible-build.patch

configure.ac

index 80f189115a62d803a65582da0da0af53793a2d72..ac7fbbe84615f994b3fb52a5c86e3ba41702de3c 100644 (file)
@@ -144,9 +144,9 @@ AC_ARG_WITH([build-number],
 #
 # Build environment
 #
-build_person="`id -nu | sed -e 's/\\\\/\\\\\\\\/g'`"
-build_group="`id -ng | sed -e 's/\\\\/\\\\\\\\/g'`"
-build_machine="`uname -n | sed -e 's/\\\\/\\\\\\\\/g'`"
+build_person="root"
+build_group="root"
+build_machine="localhost"
 AC_SUBST([build_machine])
 AC_SUBST([build_person])
 AC_SUBST([build_group])