aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-02-23 17:29:30 +0100
committerGuido Günther <agx@sigxcpu.org>2009-02-23 17:30:12 +0100
commit9f42e5337bd1d59295d260612364c05b30dda587 (patch)
treeb3f744783755ba00f28edd2cb70beb153f640218 /git-buildpackage
parentae575e3067fa448858835360386503168b3bf5d8 (diff)
run git-cleaner with --git-ignore-new
Makes running with and without --git-ignore-new more consistent.
Diffstat (limited to 'git-buildpackage')
-rwxr-xr-xgit-buildpackage2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-buildpackage b/git-buildpackage
index 57a2a931..1761128f 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -208,8 +208,8 @@ def main(argv):
try:
branch = repo.get_branch()
+ Command(options.cleaner, shell=True)()
if not options.ignore_new:
- Command(options.cleaner, shell=True)()
(ret, out) = repo.is_clean()
if not ret:
print >>sys.stderr, "You have uncommitted changes in your source tree:"