diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 20:10:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 20:10:46 +0200 |
commit | 4538a1cf9be274493b818fa87a82edf98d2b1a22 (patch) | |
tree | 99ebb58d6bad9a7a3863666825d82e254087bc56 /hosts/profitbricks-build4-amd64/etc | |
parent | 6db56cf69baf0808697148bb9cf84d18d65bfe77 (diff) | |
download | jenkins.debian.net-4538a1cf9be274493b818fa87a82edf98d2b1a22.tar.xz |
Revert "reproducible: hosting is serious business, thanks for that too, Vagrant"
This reverts commit 6db56cf69baf0808697148bb9cf84d18d65bfe77.
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 48271671..623a213e 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="" # better list them in bin/reproducible_setup_pbuilder.sh +EXTRAPACKAGES="fakeroot disorderfs" APTCACHE="" COMPRESSPROG="pigz" # unset proxy, see #780587 |