diff options
Diffstat (limited to 'pbuilder.8')
-rw-r--r-- | pbuilder.8 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -502,6 +502,15 @@ of .B "pbuilder." .TP +.BI "\-\-compressprog" +Program to use for compression and decompression of the base.tgz. +The default is to use gzip, and any program that can be used for +the --use-compress-program option of tar can be given. + +If set to "pigz", compression and decompression is gzip compatible +but will use all available CPUs. + +.TP .BI "\-\-twice" Build the package twice in a row. Useful to ensure the package cleans up properly. The resulting packages are the ones from the second build. |