Skip to content

Commit

Permalink
bddeb --packaging-branch: be more verbose when importing packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
paride committed Sep 18, 2020
1 parent b54deb6 commit b166325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bddeb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def write_debian_folder_from_branch(root, templ_data, branch):
["git", "archive", branch, "debian"], stdout=subprocess.PIPE
)
subprocess.check_call(
["tar", "-C", root, "-x"],
["tar", "-v", "-C", root, "-x"],
stdin=p_dumpdeb.stdout
)

Expand Down

0 comments on commit b166325

Please sign in to comment.