make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Thu, 16 Apr 2020 16:32:04 +0000 (17:32 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Thu, 16 Apr 2020 16:32:04 +0000 (17:32 +0100)
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 9f7616a035d61d227e8822d34f4f9cdad6da13dc..59a7990b860f8d2a066c0a3f61c6e21e9dcdffc2 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])