summaryrefslogtreecommitdiffstats
path: root/etc/pbuilder/rebuild-hooks
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-24 20:06:36 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-24 20:06:36 +0100
commit5cde8a7b9749ae1de0bfc9504fa9c92d28b17d94 (patch)
tree295b0e2018a766cb9296d93df2579bcf8a18183b /etc/pbuilder/rebuild-hooks
parent05216d49654df4d0d14e41c2355d844c409b8bc9 (diff)
downloadjenkins.debian.net-5cde8a7b9749ae1de0bfc9504fa9c92d28b17d94.tar.xz
reproducible: also test for unreproducibility due to difference in umask
Diffstat (limited to 'etc/pbuilder/rebuild-hooks')
-rwxr-xr-xetc/pbuilder/rebuild-hooks/D01_modify_environment (renamed from etc/pbuilder/rebuild-hooks/D01_hostname)1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pbuilder/rebuild-hooks/D01_hostname b/etc/pbuilder/rebuild-hooks/D01_modify_environment
index 57c785b3..521359f6 100755
--- a/etc/pbuilder/rebuild-hooks/D01_hostname
+++ b/etc/pbuilder/rebuild-hooks/D01_modify_environment
@@ -9,3 +9,4 @@ echo "I: Changing hostname to test build reproducibility" >&2
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
+umask 0026