reproductible-build
authorAron Xu <aron@debian.org>
Fri, 22 Jun 2018 15:13:53 +0000 (16:13 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Fri, 22 Jun 2018 15:13:53 +0000 (16:13 +0100)
Gbp-Pq: Name 0003-reproductible-build.patch

configure.ac

index 3617c6b9f6f63ed9386677fd97562916bd28209b..bc782fe7ff455b7c2f66921b045d16976b58b654 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])