Ignore branch when applying 'gbp dch'

This commit is contained in:
Jelmer Vernooij 2021-03-29 12:44:43 +01:00
parent 332263fd9f
commit 9432bbf6a0

View file

@ -210,7 +210,7 @@ def build_once(
def gbp_dch(path):
subprocess.check_call(["gbp", "dch"], cwd=path)
subprocess.check_call(["gbp", "dch", "--ignore_branch"], cwd=path)
def attempt_build(