From d1960b3dc0dfbb6be2183e555e615864468b234c Mon Sep 17 00:00:00 2001 From: Hideki Yamane Date: Sat, 18 May 2019 09:20:54 +0900 Subject: 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. --- gbp.conf | 4 ++-- 1 file 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 -- cgit v1.2.3