1KGB-CI-REPORT(1) User Contributed Perl Documentation KGB-CI-REPORT(1)
2
3
4
6 kgb-ci-report - put DebCI status of maintained packages on IRC
7
9 kgb-ci-report --maintainer email --kgb-config path [option...]
10
12 kgb-ci-report retrieves tha packages with failing CI tests and reports
13 a summary on IRC via kgb-client(1).
14
15 The packages are filtered by maintainer email. Intented purpose is
16 invoking it from cron, e.g. daily.
17
18 It uses UDD (<https://udd.debian.org>) to get the information about the
19 maintained packages, and <https://ci.debian.net> to fetch their status.
20
22 --maintainer email
23 -m email
24 Maintainer email. Mandatory. If repeated multiple times all
25 packages maintained by any of the emails are considered in the
26 report.
27
28 --kgb-config path
29 Path to the kgb-client(1) configuration. Mandatory.
30
31 --quiet
32 Stop reporting progress and results.
33
34 --distribution name
35 Set the wanted distribution when retrieving the list of maintained
36 packages. Defaults to "debian".
37
38 --release codename
39 Sets the wanted release name when retrieving the list of maintained
40 packages. Defaults to "sid".
41
42 --kgb-client path
43 Path to the kgb-client executable. Defaults to "kgb-client".
44
46 kgb-ci-report was written during the pkg-perl sprint in Barcelona 2015.
47 <https://wiki.debian.org/Sprints/2015/DebianPerlSprint>
48
49 Copyright (C) 2015 Damyan Ivanov dmn@debian.org
50
51 This program is free software; you can redistribute it and/or modify it
52 under the terms of the GNU General Public License as published by the
53 Free Software Foundation; either version 2, or (at your option) any
54 later version.
55
56
57
58perl v5.32.1 2021-01-26 KGB-CI-REPORT(1)