Skip to content
Snippets Groups Projects
Commit bf139135 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Show build hash in components

parent 603efde7
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ def handle_components(args, config: Configuration):
if dependencies:
infos.append(f"install deps: {' '.join(d.name_for_components for d in dependencies)}")
infos.append(f"hash: {build.recursive_hash}")
infos_s = " ".join(f"[{i}]" for i in infos)
s = f" Build {build_name} {infos_s}"
......
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