gbp.conf: Set default compresson to xz
authorHideki Yamane <henrich@debian.org>
Sat, 18 May 2019 00:20:54 +0000 (09:20 +0900)
committerGuido Günther <agx@sigxcpu.org>
Sat, 18 May 2019 08:23:35 +0000 (10:23 +0200)
The value is commented out so does not have any effect but it's
better to recommend the right value.

gbp.conf

index d104a50def75f3c57fa6f4719a6157c9a576db52..877db84caf2c964d8cb7a171added2f8e0b4d51b 100644 (file)
--- 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