From bcf7c0d7522dfb019a48974989202bad4d3acb6b Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 16 Jun 2015 09:53:27 +0200 Subject: reproducible: build: move all env variable to the temporary pbuilderrc --- etc/pbuilderrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'etc') diff --git a/etc/pbuilderrc b/etc/pbuilderrc index 84dbc47d..4ddfd109 100644 --- a/etc/pbuilderrc +++ b/etc/pbuilderrc @@ -15,12 +15,5 @@ export -n http_proxy BINDMOUNTS="$BINDMOUNTS /sys" # set PATH to predictable values, see #780729 and #780725 PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" -# Use a different umask, but only do so when the UTS namespace differs from pid 1's UTS namespace. -# This is only the case for the 2nd pbuilder run, which is started by bin/reproducible_build.sh -# using 'unshare --uts'... -if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then - umask 0002 - PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" -fi USEDEVSHM=yes -- cgit v1.2.3-70-g09d2