Implement 'native' config option
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 8 Oct 2014 14:07:33 +0000 (17:07 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 13 Oct 2014 05:42:53 +0000 (08:42 +0300)
commit68fbe062ec284aa39c8aca1884ad637e1e9f6755
treefd6eb4364dac9f1c70f8ededcc5c3d37f5da1d90
parent782970eeccdb9831c1d1d02cc87df706c90ddc0a
Implement 'native' config option

Add new 'native' configuration file option. The new option explicitly
sets the "nativity" of the package and no guessing based on existing
branches is done.

It is recommended to have this option set in the package-specific (i.e.
committed in the Git tree) .gbs.conf for every package. In the config
file, values 'yes', 'on', '1', 'true' and 'enabled' are interpreted as
True, all other non-empty values are interpreted as False.

Change-Id: Ie7474c04287124fd928e7b8b43d64392dc68ca3c
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/cmd_export.py