aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-06-26 00:18:55 +0200
committerGuido Günther <agx@sigxcpu.org>2010-06-26 01:09:06 +0200
commit077bdb0107b1da8af5de89caf247fbaa2dcd18e1 (patch)
tree6f6fbc53de15e60821fccd7bd0ea251194b9f5b4 /gbp/config.py
parentbd1ad0397771a88e076f524b42d332b7685d745c (diff)
Add compression=auto
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
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 0c57f3c2..7c932007 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -56,7 +56,7 @@ class GbpOptionParser(OptionParser):
'id-length' : '0',
'git-author' : 'False',
'ignore-regex' : '',
- 'compression' : 'gzip',
+ 'compression' : 'auto',
'compression-level': '9',
}
help = {