Ignore branch when applying 'gbp dch'
This commit is contained in:
parent
332263fd9f
commit
9432bbf6a0
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue