Skip to content
Snippets Groups Projects
Unverified Commit f739bef9 authored by Caleb Connolly's avatar Caleb Connolly :recycle:
Browse files

CI: verbose pmbootstrap

parent 2068e5e2
No related branches found
No related tags found
No related merge requests found
Pipeline #208915 failed
......@@ -48,7 +48,7 @@ def commit_message_has_string(needle):
def run_pmbootstrap(parameters, output_return=False):
""" Run pmbootstrap with the pmaports dir as --aports """
cmd = ["pmbootstrap", "--aports", get_pmaports_dir()] + parameters
cmd = ["pmbootstrap", "-v", "--aports", get_pmaports_dir()] + parameters
stdout = subprocess.PIPE if output_return else None
result = subprocess.run(cmd, stdout=stdout, universal_newlines=True)
result.check_returncode()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment