reproductible-build
authorJean Baptiste Favre <debian@jbfavre.org>
Wed, 31 Jul 2019 09:11:59 +0000 (10:11 +0100)
committerEmanuele Rocca <ema@debian.org>
Wed, 31 Jul 2019 09:11:59 +0000 (10:11 +0100)
Gbp-Pq: Name 0003-reproductible-build.patch

configure.ac

index c2610f6e5946942fa23f0cccc242435672dfb726..040da35c3cba3f9fa98132abe764db7db58ae5d8 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])