import: add --orphan-packaging option
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)
commit3f587e026bec83992cf024065841417c9929bb9d
treeca2de3485a2b3e7d991782a46d920f5b86b3dc80
parent5bcf6d3c252dfebee0512967981282710aff88f3
import: add --orphan-packaging option

This option causes packaging files to be imported into an orphan branch
which has no common history with the upstream branch. Patches are not
applied either, but, packaging files are imported "as is". The new
options is for supporting the new package maintenance model which has
separate branches for packaging files and source code development. After
importing a source package with this option, a development branch can be
created with "gbs devel start".

NOTE! The new option is only valid for implementing source rpms - no
effect when importing upstream tarballs.

Change-Id: Ib7004ccacf8bc15a9935ade60910a74c577893cb
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/cmd_import.py
tools/gbs