projects
/
trafficserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3132911
)
reproductible-build
author
Aron Xu
<aron@debian.org>
Wed, 30 Jan 2019 13:45:09 +0000
(13:45 +0000)
committer
Jean Baptiste Favre
<debian@jbfavre.org>
Wed, 30 Jan 2019 13:45:09 +0000
(13:45 +0000)
Gbp-Pq: Name 0003-reproductible-build.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 32d1b3f51f351fda70f90e25a49be18f396d6aca..551799588495f308c5df870ad81687f9834aedcc 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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])