aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2019-05-18 09:20:54 +0900
committerGuido Günther <agx@sigxcpu.org>2019-05-18 10:23:35 +0200
commitd1960b3dc0dfbb6be2183e555e615864468b234c (patch)
treebbcc94d1718c28d09ebdffb9330cf9d79d4e369d
parent1acd0bbdfe62d0559ea907867d1e06e73e9a30bc (diff)
gbp.conf: Set default compresson to xz
The value is commented out so does not have any effect but it's better to recommend the right value.
-rw-r--r--gbp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp.conf b/gbp.conf
index d104a50d..877db84c 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -39,8 +39,8 @@
#tarball-dir = ../tarballs/
#ignore-new = True
#export = HEAD
-# compress with bzip2
-#compression = bzip2
+# compress with xz
+#compression = xz
# use best compression
#compression-level = best
# Don't send notifications, alternatives: on/true, off/false or auto