logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

botch-wanna-build-sortblockers - importance of source packages for ports

Author

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

Bugs

Description

       Filter the output of botch-calcportsmetric for "build-attempted" packages from wanna-build.

Example

       Either download an importance file:

        wget http://bootstrap.debian.net/importance_metric_noall.txt

       Or generate it:

        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

       And then do:

        ssh buildd_arm64@buildd.debian-ports.org  wanna-build -A arm64 -d unstable -l  build-attempted > build-attempted
        botch-wanna-build-findblockers build-attempted importance_metric_noall.txt

Name

       botch-wanna-build-sortblockers - importance of source packages for ports

Options

-h,--help
           Show help.

       -r,--reverse
           reverse the result of comparisons

       -m,--min
           sort by minimum number of blocked source packages (default)

       -M,--max
           sort by maximum number of blocked source packages

       --min-popcon
           sort by minimum sum of popcon values of the blocked source packages

       --max-popcon
           sort by maximum sum of popcon values of the blocked source packages

       -v,--verbose
           Be verbose.

See Also

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

Synopsis

botch-wanna-build-sortblockers [options] build-attempt-listimportance-metric

See Also