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>
Thu, 5 Jun 2014 11:20:05 +0000 (14:20 +0300)
commit8162bcc433bd7882cfc24d96f317ef83e6333e47
tree61f6bd1641e96603fdf088621d72c665fec8ed4a
parentc91c2d9a64e40b3bd78550f896d5f5c98650eac1
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