aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-17 20:10:00 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-17 20:11:01 +0100
commit1140886c80d5ef029bfd7b37b9ff8a24f07e6a69 (patch)
tree50907fe22435da93a1c1c55a96637f58cafa9020 /gbp/config.py
parent4eb8c383ad862cbf1fc6c3f7b86400869079035b (diff)
buildpackage: Don't set a compression level if unset and make this the default
This allows compressors to use the their default compression level. Only applies when not using pristine-tar. Thanks: Antoine Beaupré for investigating Closes: #820846
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 557e12c4..433bd207 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -142,7 +142,7 @@ class GbpOptionParser(OptionParser):
'git-author': 'False',
'ignore-regex': '',
'compression': 'auto',
- 'compression-level': '9',
+ 'compression-level': '',
'remote-url-pattern': 'ssh://git.debian.org/git/collab-maint/%(pkg)s.git',
'multimaint': 'True',
'multimaint-merge': 'False',