From: Hideki Yamane Date: Sat, 18 May 2019 00:20:54 +0000 (+0900) Subject: gbp.conf: Set default compresson to xz X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1960b3dc0dfbb6be2183e555e615864468b234c;p=tools%2Fgit-buildpackage.git 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. --- 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