buildpackage: implement --[no-]build cmdline option
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 26 Apr 2013 08:20:11 +0000 (11:20 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 11:07:32 +0000 (19:07 +0800)
commite1e3d0101f63715e3571e7e50efe8edab9f0c9e6
tree1037a328b3ad74902acb99816ef68ce0d9a051b6
parent8a2c45c4cc3deb891931241ca14fae7ff1796618
buildpackage: implement --[no-]build cmdline option

For enabling/disabling the builder script. The option is a bit
asymmetric: --git-no-build automatically disables the 'postbuild' hook
whereas --git-build does not enable it (e.g. if --git-no-hooks is
given).

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>