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

kgb-ci-report - put DebCI status of maintained packages on IRC

Description

kgb-ci-report retrieves tha packages with failing CI tests and reports a summary on IRC via
       kgb-client(1).

       The packages are filtered by maintainer email. Intented purpose is invoking it from cron, e.g. daily.

       It uses UDD (<https://udd.debian.org>) to get the information about the maintained packages, and
       <https://ci.debian.net> to fetch their status.

Name

       kgb-ci-report - put DebCI status of maintained packages on IRC

Options

--maintaineremail-memail
           Maintainer  email. Mandatory. If repeated multiple times all packages maintained by any of the emails
           are considered in the report.

       --kgb-configpath
           Path to the kgb-client(1) configuration. Mandatory.

       --quiet
           Stop reporting progress and results.

       --distributionname
           Set the wanted distribution when retrieving the list of maintained packages.  Defaults to "debian".

       --releasecodename
           Sets the wanted release name when retrieving the list of maintained packages.  Defaults to "sid".

       --kgb-clientpath
           Path to the kgb-client executable. Defaults to "kgb-client".

Synopsis

kgb-ci-report --maintainer email --kgb-config path [option...]

See Also