buildpackage-rpm: add option --git-ignore-untracked
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 30 May 2012 06:23:46 +0000 (09:23 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:45:07 +0000 (14:45 +0200)
commitde4d64e38c0d48e9181a490573cb91e1097b30fd
tree8dbeb0d206df81c544ce767a0e6a0252942025d2
parentbed6d8c31d413bfacbc19e657e4c3a23a0c7f54e
buildpackage-rpm: add option --git-ignore-untracked

Adds a new commandline option to ignore untracked files, when running
git-buildpackage-rpm. When this option is given, the
git-buildpackage-rpm command fails if there are changes to tracked
files, but, succeeds if there are untracked files present. Normally it
fails in either case.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp-rpm.conf
gbp/config.py
gbp/scripts/buildpackage_rpm.py