From 42134b10f916e7e42a78425440d2bdbe9ab31101 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 18:49:15 +0200 Subject: reproducible: install disorderfs within pbuilder on all nodes --- hosts/profitbricks-build1-amd64/etc/pbuilderrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/profitbricks-build1-amd64/etc/pbuilderrc') diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc index 6c3e4a21..623a213e 100644 --- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build1-amd64/etc/pbuilderrc @@ -9,7 +9,7 @@ case $HOSTNAME in bpi0|cbxi4pro0|hb0|wbq0) MIRRORSITE=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac -EXTRAPACKAGES="fakeroot" +EXTRAPACKAGES="fakeroot disorderfs" APTCACHE="" COMPRESSPROG="pigz" # unset proxy, see #780587 @@ -23,8 +23,8 @@ BINDMOUNTS="$BINDMOUNTS /sys /dev/shm" # set PATH to predictable values, see #780729 and #780725 PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" -# used on reproducible builds +# used for reproducible builds tests, when doing the 2nd build if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then - PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" + PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" fi -- cgit v1.2.3-70-g09d2