File: control

package info (click to toggle)
janitor 0.1~git20220702-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,048 kB
  • sloc: python: 17,135; sql: 423; javascript: 56; makefile: 42; sh: 33
file content (119 lines) | stat: -rw-r--r-- 5,755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Source: janitor
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Homepage: https://github.com/jelmer/janitor
Build-Depends: python3-all, python3-setuptools, debhelper-compat (= 13), python3-pygments, dh-python, mypy-protobuf, protobuf-compiler, python3-aiohttp, python3-aiohttp-openmetrics, silver-platter, python3-buildlog-consultant, ognibuild, lintian-brush, loggerhead, python3-klaus, python3-asyncpg, python3-aiozipkin, python3-breezy.tests
Vcs-Git: https://salsa.debian.org/jelmer/janitor.git -b debian/main
Vcs-Browser: https://salsa.debian.org/jelmer/janitor/tree/debian/main
Rules-Requires-Root: no
Standards-Version: 4.6.0
Section: devel
Priority: optional

Package: python3-janitor
Section: python
Architecture: all
Depends: python3-aiohttp, python3-aiohttp-apispec, python3-asyncpg, python3-breezy, ${misc:Depends}, ${python3:Depends}, python3-debian, python3-apt, python3-iso8601, python3-yaml, python3-protobuf
Description: management platform for large-scale automated code improvements - core
 The Janitor is a platform for running code improvement tools on a large number
 of repositories.
 .
 It takes a collection of VCS repositories and will regularly try to run a set
 of specified code improvement tools on those repositories. Scheduling takes
 into account tool-specific hints, past success and chances of success.
 .
 The web UI allows review and analysis of changes made.
 .
 Depending on policy set, changes are either pushed directly back to the
 repository or included in a pull request (that is kept up to date).
 .
 This package containers the core Python libraries.

Package: janitor-worker
Architecture: all
Depends: python3-janitor, ${misc:Depends}, ${python3:Depends}, python3-jinja2, python3-aiohttp-openmetrics, python3-aiozipkin
Description: management platform for large-scale automated code improvements - worker
 The Janitor is a platform for running code improvement tools on a large number
 of repositories.
 .
 It takes a collection of VCS repositories and will regularly try to run a set
 of specified code improvement tools on those repositories. Scheduling takes
 into account tool-specific hints, past success and chances of success.
 .
 The web UI allows review and analysis of changes made.
 .
 Depending on policy set, changes are either pushed directly back to the
 repository or included in a pull request (that is kept up to date).
 .
 This package contains the worker service.

Package: janitor-runner
Architecture: all
Depends: python3-janitor, ${misc:Depends}, ${python3:Depends}, python3-aiohttp-openmetrics, python3-aiozipkin
Description: management platform for large-scale automated code improvements - runner
 The Janitor is a platform for running code improvement tools on a large number
 of repositories.
 .
 It takes a collection of VCS repositories and will regularly try to run a set
 of specified code improvement tools on those repositories. Scheduling takes
 into account tool-specific hints, past success and chances of success.
 .
 The web UI allows review and analysis of changes made.
 .
 Depending on policy set, changes are either pushed directly back to the
 repository or included in a pull request (that is kept up to date).
 .
 This package contains the coordinator service.

Package: janitor-publisher
Architecture: all
Depends: python3-janitor, ${misc:Depends}, ${python3:Depends}, python3-jinja2, python3-aiohttp-openmetrics, python3-aiozipkin, python3-gpg
Description: management platform for large-scale automated code improvements - publisher
 The Janitor is a platform for running code improvement tools on a large number
 of repositories.
 .
 It takes a collection of VCS repositories and will regularly try to run a set
 of specified code improvement tools on those repositories. Scheduling takes
 into account tool-specific hints, past success and chances of success.
 .
 The web UI allows review and analysis of changes made.
 .
 Depending on policy set, changes are either pushed directly back to the
 repository or included in a pull request (that is kept up to date).
 .
 This package contains the publisher.

Package: janitor-apt
Architecture: all
Depends: python3-janitor, ${misc:Depends}, ${python3:Depends}, python3-aiohttp-openmetrics, python3-aiozipkin
Description: management platform for large-scale automated code improvements - apt repo generator
 The Janitor is a platform for running code improvement tools on a large number
 of repositories.
 .
 It takes a collection of VCS repositories and will regularly try to run a set
 of specified code improvement tools on those repositories. Scheduling takes
 into account tool-specific hints, past success and chances of success.
 .
 The web UI allows review and analysis of changes made.
 .
 Depending on policy set, changes are either pushed directly back to the
 repository or included in a pull request (that is kept up to date).
 .
 This package contains the APT repository generator.

Package: janitor-differ
Architecture: all
Depends: python3-janitor, ${misc:Depends}, ${python3:Depends}, python3-aiohttp-openmetrics, python3-aiozipkin
Description: management platform for large-scale automated code improvements - differ
 The Janitor is a platform for running code improvement tools on a large number
 of repositories.
 .
 It takes a collection of VCS repositories and will regularly try to run a set
 of specified code improvement tools on those repositories. Scheduling takes
 into account tool-specific hints, past success and chances of success.
 .
 The web UI allows review and analysis of changes made.
 .
 Depending on policy set, changes are either pushed directly back to the
 repository or included in a pull request (that is kept up to date).
 .
 This package contains the result differ.