diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 15:08:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 15:08:39 +0200 |
commit | 91211e44260fb85e295d39eb5310c1bb695e807a (patch) | |
tree | 0175f186cdc1f883ee1c3e04121f75309f86e3be /etc | |
parent | 43ea6b6aca8099ebe6680946aa3c0e5019ab88ed (diff) | |
download | jenkins.debian.net-91211e44260fb85e295d39eb5310c1bb695e807a.tar.xz |
pbuilderrc: use all core for (de)compressing
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pbuilderrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pbuilderrc b/etc/pbuilderrc index 2c32c6b8..f9932765 100644 --- a/etc/pbuilderrc +++ b/etc/pbuilderrc @@ -8,3 +8,4 @@ MIRRORSITE=http://ftp.de.debian.org/debian/ EXTRAPACKAGES="fakeroot" APTCACHE="" export http_proxy="http://localhost:3128" +COMPRESSPROG="pigz" |