packaging: squash patches from upstream to HEAD~10
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 14 Nov 2016 07:05:05 +0000 (16:05 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 01:35:21 +0000 (10:35 +0900)
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 <sw0312.kim@samsung.com>
.gbs.conf

index 2290232..f744dba 100644 (file)
--- a/.gbs.conf
+++ b/.gbs.conf
@@ -1,3 +1,4 @@
 [general]
 upstream_branch = upstream
 upstream_tag = v${upstreamversion}
+squash_patches_until = HEAD~10