reproductible-build
authorAron Xu <aron@debian.org>
Sat, 19 Jan 2019 12:42:48 +0000 (12:42 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Jan 2019 12:42:48 +0000 (12:42 +0000)
Gbp-Pq: Name 0003-reproductible-build.patch

configure.ac

index b81aac2ac53c4029bef36b8611ebf12d619df34c..ec56f812ef70685914f06c86c8bdbf03d74d7726 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])