From 0eb45804bb45511e5d61b274b55a76e52a41d601 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 24 Dec 2009 00:55:10 +0100 Subject: Allow to set compression type Closes: #554520 --- gbp.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index 277348d..765f6ca 100644 --- a/gbp.conf +++ b/gbp.conf @@ -31,6 +31,10 @@ #tarball-dir = ../tarballs/ #ignore-new = True #export = HEAD +# Compress with bzip2 +#compression = bzip2 +# Use best compression +#compression-level = best # Options only affecting git-import-orig [git-import-orig] -- cgit v1.2.3