logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

botch-calcportsmetric - calculate source package importance

Author

       This man page was written by Johannes Schauer. Botch is written by Johannes Schauer and Pietro Abate.

Bugs

Description

       Calculate  a metric for source package importance based on how many source packages (minimum and maximum)
       become compilable in a bootstrapping scenario through the compilability of a given source package.

Example

       Calculate source package importance:

        zcat packages_amd64.gz | grep-dctrl -FArchitecture all > available
        botch-create_graph --deb-native-arch=amd64 --available=available --strongtype packages sources > strongbuildgraph.xml
        botch-buildgraph2srcgraph --deb-native-arch=amd64 strongbuildgraph.xml packages sources > strongsrcgraph.xml
        botch-create_graph --deb-native-arch=amd64 --available=available --closuretype packages sources > closurebuildgraph.xml
        botch-buildgraph2srcgraph --deb-native-arch=amd64 closurebuildgraph.xml packages sources > closuresrcgraph.xml
        botch-calcportsmetric --online strongsrcgraph.xml closuresrcgraph.xml > importance_metric_noall.txt

Name

       botch-calcportsmetric - calculate source package importance

Options

-h,--help
           show this help message and exit

       --online
           Retrieve popcon results for source packages

       -v,--verbose
           print additional information

See Also

       Debian doc-base Manual /usr/share/doc/botch/wiki/Home.html

Synopsis

botch-calcportsmetric [options] strongsrcgraph.xmlclosuresrcgraph.xml

See Also