diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-29 10:36:01 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-29 10:36:01 +0200 |
commit | 5b09425647212a75aca70b42fc5124082999f4ac (patch) | |
tree | c02b7412080dd87f8bbcc7c4c3fdea046972413e /hosts | |
parent | 5721cad84b1da6b4b707a8da946c43ea85c2b5f3 (diff) | |
download | jenkins.debian.net-5b09425647212a75aca70b42fc5124082999f4ac.tar.xz |
reproducible: disorderfs needs to be used inside the pbuilder chroots
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/jenkins/etc/pbuilderrc | 2 |
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 |