[Reproducible-commits] [misc] 01/07: prebuilder: also vary the domain name

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Mar 19 16:30:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository misc.

commit 594dee93bf8618a03a8c786c021b234a55d07e6c
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Mar 19 16:04:42 2015 +0100

    prebuilder: also vary the domain name
---
 prebuilder/pbuilderhooks/D01_hostname | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/prebuilder/pbuilderhooks/D01_hostname b/prebuilder/pbuilderhooks/D01_hostname
index 1bf4c2d..57c785b 100755
--- a/prebuilder/pbuilderhooks/D01_hostname
+++ b/prebuilder/pbuilderhooks/D01_hostname
@@ -6,5 +6,6 @@ set -e
 [ "$(readlink /proc/1/ns/uts)" = "$(readlink /proc/self/ns/uts)" ] && exit 0
 
 echo "I: Changing hostname to test build reproducibility" >&2
-sed -e '/^127.0.0.1/s/$/ i-capture-the-hostname/' -i /etc/hosts
+sed -e '/^127.0.0.1/s/$/ i-capture-the-hostname i-capture-the-hostname.i-capture-the-domain/' -i /etc/hosts
 hostname i-capture-the-hostname
+domainname i-capture-the-domain

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list