From 43863af0ce255b7f2e55c8a5db23862fdb7c60ce Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Mon, 14 Nov 2016 16:05:05 +0900 Subject: [PATCH] packaging: squash patches from upstream to HEAD~10 This patch fixes to squash patches from upstream to HEAD - 10 patches into only one patch. This can reduce too many patch files in source package. Change-Id: Ie7bc3ef1ca8fb4406d74f9b7dcffdcdef26b8ca5 Signed-off-by: Seung-Woo Kim --- .gbs.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.gbs.conf b/.gbs.conf index 2290232..f744dba 100644 --- a/.gbs.conf +++ b/.gbs.conf @@ -1,3 +1,4 @@ [general] upstream_branch = upstream upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10 -- 2.7.4