Add --full-build and --deps-build features
authory0169.zhang <y0169.zhang@samsung.com>
Tue, 9 Jan 2018 05:39:47 +0000 (13:39 +0800)
committery0169.zhang <y0169.zhang@samsung.com>
Thu, 25 Jan 2018 11:34:17 +0000 (19:34 +0800)
commitddfcc4b1e6e92e8c069397ab7b546adc76b64877
treed84d5a7fdf5edd3dce9b2798eafb4a41dd9b1c44
parentc1eea1c68c55e58d7feb79cd7c8b93101f73bf86
Add --full-build and --deps-build features

With gbs build --full-build option, gbs will download the whole profile's
source codes except the local package(s) from remote snapshot and perform
building.

With gbs build --deps-build option, gbs will analyse the reverse dependency
of local package(s) and download them from remote snapshot and perform building.

Change-Id: I1f62fa5e2f4741f706d4f7fab5c378a9b5859edf
data/gbs.sh
data/mapping.conf [new file with mode: 0644]
debian/control
debian/rules
gitbuildsys/cmd_build.py
gitbuildsys/conf.py
gitbuildsys/utils.py
packaging/gbs.spec
tools/gbs