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)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:22:10 +0000 (14:22 +0200)
commit4e1f6817919effbd2eb9a4bc218fac5041445440
tree1a2082973d83ab533490ee3598f76da6c1ee516f
parent654385a2cc173c4199db78f4be7b54de934d8e05
buildpackage: new "working copy" choices for --git-export

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>
gbp/scripts/buildpackage.py
gbp/scripts/common/buildpackage.py