summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build4-amd64
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 20:10:06 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 20:10:06 +0200
commit6db56cf69baf0808697148bb9cf84d18d65bfe77 (patch)
tree1cb52e93b1d84e6e69296cc10474c66dc0438b27 /hosts/profitbricks-build4-amd64
parenta8fb4b957d1c37ace38162572b35b36f588572b1 (diff)
downloadjenkins.debian.net-6db56cf69baf0808697148bb9cf84d18d65bfe77.tar.xz
reproducible: hosting is serious business, thanks for that too, Vagrant
Diffstat (limited to 'hosts/profitbricks-build4-amd64')
-rw-r--r--hosts/profitbricks-build4-amd64/etc/pbuilderrc2
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