This directory contains tools to generate reports and .png graphs of the bp2build conversion progress, for any module.
This tool relies on json-module-graph and bp2build to be buildable targets for this branch.
/usr/bin/dot: turning dot graphviz files into .pngs/usr/bin/jq: running the query scripts over the json-module-graph.Tip: --use_queryview=true allows running bp2build-progress.py without jq.
./bp2build-progress.py report adbd
or:
./bp2build-progress.py report adbd --use_queryview=true
./bp2build-progress.py graph adbd > /tmp/graph.in && dot -Tpng -o /tmp/graph.png /tmp/graph.in
or:
./bp2build-progress.py graph adbd --use_queryview=true > /tmp/graph.in && dot -Tpng -o /tmp/graph.png /tmp/graph.in