summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/pbuilderrc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-29 10:36:01 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-29 10:36:01 +0200
commit5b09425647212a75aca70b42fc5124082999f4ac (patch)
treec02b7412080dd87f8bbcc7c4c3fdea046972413e /hosts/jenkins/etc/pbuilderrc
parent5721cad84b1da6b4b707a8da946c43ea85c2b5f3 (diff)
downloadjenkins.debian.net-5b09425647212a75aca70b42fc5124082999f4ac.tar.xz
reproducible: disorderfs needs to be used inside the pbuilder chroots
Diffstat (limited to 'hosts/jenkins/etc/pbuilderrc')
-rw-r--r--hosts/jenkins/etc/pbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index a97a10d3..2b8eecbb 100644
--- a/hosts/jenkins/etc/pbuilderrc
+++ b/hosts/jenkins/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"
+EXTRAPACKAGES="fakeroot disorderfs"
APTCACHE=""
COMPRESSPROG="pigz"
# unset proxy, see #780587