diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2017-01-31 08:58:22 +0900 |
---|---|---|
committer | Junghoon Kim <jhoon20.kim@samsung.com> | 2019-06-11 09:35:49 +0900 |
commit | 37b1c46fe8d69c476575b1fdbee12488397c9973 (patch) | |
tree | 70bdf19a2168caf86ba017789f4b6508f81e41c8 /.gbs.conf | |
parent | 3df1396c5f8eef4cc5ada2a5e165962a007c6ef2 (diff) | |
download | linux-rpi3-37b1c46fe8d69c476575b1fdbee12488397c9973.tar.gz linux-rpi3-37b1c46fe8d69c476575b1fdbee12488397c9973.tar.bz2 linux-rpi3-37b1c46fe8d69c476575b1fdbee12488397c9973.zip |
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 <jcsing.lee@samsung.com>
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Diffstat (limited to '.gbs.conf')
-rw-r--r-- | .gbs.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 000000000000..f744dbaac48e --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,4 @@ +[general] +upstream_branch = upstream +upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10 |