Add --full-build and --deps-build features 91/168591/1
authorJun Wang <junbill.wang@samsung.com>
Mon, 29 Jan 2018 11:14:38 +0000 (19:14 +0800)
committerJun Wang <junbill.wang@samsung.com>
Mon, 29 Jan 2018 11:15:26 +0000 (19:15 +0800)
commitbc13559a84f7bc8b9619e792908a7f2e8c67694f
tree7b7e9438651e3c2575b4086dcf42fc408c045617
parente1f08f255fd263b3fb8c6e4ae002c9e8c2a5cdf0
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: I17c30eb3429978b79b5127f7db1ee4185110e185
Signed-off-by: Jun Wang <junbill.wang@samsung.com>
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