diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2012-05-30 09:23:46 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:45:07 +0200 |
commit | de4d64e38c0d48e9181a490573cb91e1097b30fd (patch) | |
tree | 8dbeb0d206df81c544ce767a0e6a0252942025d2 /gbp-rpm.conf | |
parent | bed6d8c31d413bfacbc19e657e4c3a23a0c7f54e (diff) | |
download | git-buildpackage-de4d64e38c0d48e9181a490573cb91e1097b30fd.tar.gz git-buildpackage-de4d64e38c0d48e9181a490573cb91e1097b30fd.tar.bz2 git-buildpackage-de4d64e38c0d48e9181a490573cb91e1097b30fd.zip |
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>
Diffstat (limited to 'gbp-rpm.conf')
-rw-r--r-- | gbp-rpm.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gbp-rpm.conf b/gbp-rpm.conf index 99eac632..15529f14 100644 --- a/gbp-rpm.conf +++ b/gbp-rpm.conf @@ -47,7 +47,9 @@ #export-dir = ../build-area/ # Special directory to look for pre-built orig source archives #tarball-dir = ../tarballs/ -# Build even if uncommited local changes are present +# Build despite of unclean repository, i.e. untracked files are present +#ignore-untracked = True +# Ignore all local changes (i.e. build despite of modified files) #ignore-new = True # Commit-ish to build #export = HEAD |