aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-03 18:45:01 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-03 18:47:14 +0100
commitab858d2850ca2bee0130707b77f22f713d68a00b (patch)
tree98cec0b7a00d02454618d263aec8a827b16cc255 /gbp
parentbbee246b1e2c62fa869c7918c1dfcda52354283f (diff)
tests/component/rpm: flake8 clean
Diffstat (limited to 'gbp')
-rwxr-xr-xgbp/scripts/pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pq.py b/gbp/scripts/pq.py
index 8c278123..18191a14 100755
--- a/gbp/scripts/pq.py
+++ b/gbp/scripts/pq.py
@@ -169,7 +169,7 @@ def commit_patches(repo, branch, patches, options, patch_dir):
msg = format_series_diff(added, removed, options)
if not repo.is_clean(paths='debian/patches')[0]:
- repo.add_files(PATCH_DIR)
+ repo.add_files(PATCH_DIR, force=True)
repo.commit_staged(msg=msg)
return added, removed