From: Jaechul Lee Date: Mon, 30 Jan 2017 23:58:22 +0000 (+0900) Subject: packaging: Added '.gbs.conf' for partial build X-Git-Tag: submit/tizen/20220208.075603^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d48a5dcfa4d5dc468b8c4213f27ab3826aa1b2b;p=platform%2Fkernel%2Flinux-rpi.git packaging: Added '.gbs.conf' for partial build Added gbs configuration file for enhanced building. it makes gbs build faster than before. https://source.tizen.org/documentation/reference/git-build-system/maintenance-models-supported-gbs Change-Id: I79d57aa5eb49d0fbfa9a3744ec2acb032a274e5e Signed-off-by: Jaechul Lee Signed-off-by: Joonyoung Shim --- diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..f744dba --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,4 @@ +[general] +upstream_branch = upstream +upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10