diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 20:21:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 20:21:58 +0200 |
commit | 575b46c26631e5573756c6910cd9efa729b4a981 (patch) | |
tree | ed88c0a1a1f53d70e2cbcab37ce4d03579e7d36a /hosts/profitbricks-build4-amd64/etc | |
parent | 5a487053f92e45622e0ec4c48e9346de445ae0a4 (diff) | |
download | jenkins.debian.net-575b46c26631e5573756c6910cd9efa729b4a981.tar.xz |
reproducible: install EXTRA_PACKAGES when setting up pbuilder and not during each and every build - this is a followup for 049a78fc
Diffstat (limited to 'hosts/profitbricks-build4-amd64/etc')
-rw-r--r-- | hosts/profitbricks-build4-amd64/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profitbricks-build4-amd64/etc/pbuilderrc b/hosts/profitbricks-build4-amd64/etc/pbuilderrc index 623a213e..48271671 100644 --- a/hosts/profitbricks-build4-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build4-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 disorderfs" +EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh APTCACHE="" COMPRESSPROG="pigz" # unset proxy, see #780587 |