This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 930b12e29819ffb1d4b38365315919fbe004cf3b Author: Samuel Thibault <[email protected]> Date: Sat Sep 17 23:08:27 2016 +0200 fakeroot: set FAKED_MODE * utils/fakeroot.sh (FAKED_MODE): Set to unknown-is-root. --- utils/fakeroot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/fakeroot.sh b/utils/fakeroot.sh index 7bc5dc7..daf18e7 100644 --- a/utils/fakeroot.sh +++ b/utils/fakeroot.sh @@ -54,6 +54,9 @@ if [ $# -eq 0 ]; then set -- ${SHELL:-/bin/sh} fi +FAKED_MODE="unknown-is-root" +export FAKED_MODE + # We exec settrans, which execs the "fakeauth" command in the chroot # context provided by /hurd/fakeroot. exec /bin/settrans \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
