From 575b46c26631e5573756c6910cd9efa729b4a981 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 20:21:58 +0200 Subject: reproducible: install EXTRA_PACKAGES when setting up pbuilder and not during each and every build - this is a followup for 049a78fc --- hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/cbxi4pro0-armhf-rb/etc') diff --git a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc index 623a213e..48271671 100644 --- a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc +++ b/hosts/cbxi4pro0-armhf-rb/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 disorderfs" +EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh APTCACHE="" COMPRESSPROG="pigz" # unset proxy, see #780587 -- cgit v1.2.3-54-g00ecf