diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 20:10:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 20:10:06 +0200 |
commit | 6db56cf69baf0808697148bb9cf84d18d65bfe77 (patch) | |
tree | 1cb52e93b1d84e6e69296cc10474c66dc0438b27 /hosts/hb0-armhf-rb | |
parent | a8fb4b957d1c37ace38162572b35b36f588572b1 (diff) | |
download | jenkins.debian.net-6db56cf69baf0808697148bb9cf84d18d65bfe77.tar.xz |
reproducible: hosting is serious business, thanks for that too, Vagrant
Diffstat (limited to 'hosts/hb0-armhf-rb')
-rw-r--r-- | hosts/hb0-armhf-rb/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/hb0-armhf-rb/etc/pbuilderrc b/hosts/hb0-armhf-rb/etc/pbuilderrc index 623a213e..48271671 100644 --- a/hosts/hb0-armhf-rb/etc/pbuilderrc +++ b/hosts/hb0-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 |