reproductible-build
authorAron Xu <aron@debian.org>
Mon, 6 Aug 2018 08:56:14 +0000 (09:56 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Mon, 6 Aug 2018 08:56:14 +0000 (09:56 +0100)
Gbp-Pq: Name 0003-reproductible-build.patch

configure.ac

index 665c1e38ea5b2854be559826e5124aa65d093c8a..cd201a4bd76d6437ad73d763022790b318342ac1 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])