make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Sat, 30 Sep 2023 14:35:12 +0000 (15:35 +0100)
committerAdrian Bunk <bunk@debian.org>
Sat, 30 Sep 2023 14:35:12 +0000 (15:35 +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 cc2d12b7d32ef07ed28f6f806aaa2f09bf50f5f6..d30b5c4ec6a533e4a8be38dcd1dfd2f3b3c8465e 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])