buildpackage: new "working copy" choices for --git-export
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 9 Jul 2012 07:52:36 +0000 (10:52 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 11:06:26 +0000 (19:06 +0800)
Add support for building different kind of "working copies", when using
the --git-export option:
- 'WC.TRACKED': only use files that are already tracked
- 'WC.UNTRACKED': use untracked files, too
- 'WC.IGNORED': also add files that'd normally be ignored

Using '--git-export=WC' beaves like before.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Conflicts:
gbp/scripts/common/buildpackage.py


No differences found