export: support for the new development/* branches
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 20 Mar 2014 08:16:59 +0000 (10:16 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 10 Apr 2014 12:04:46 +0000 (15:04 +0300)
commit121965d2919bb3671c716ff57012a4dc211f9671
treefad8f4ea5cea0ee7fcba13d584f2aa82dbf8f2ae
parent3a56924b23eacd0e3e18fa0fe699aabff51a945c
export: support for the new development/* branches

Export now detects the package maintenance model (separate packaging and
devel branches or the old single packaging branch) from the local
.gbs.conf and available branches. If an orphan branch (no common history
with the upstream branch) patch export is disabled and packaging files
are taken as is from the branch. If gbs detects from the local .gbs.conf
that the current branch is a development branch the packaging files are
taken from the packaging branch, but, patches are generated from the
development branch.

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