remove unused plugins
This commit is contained in:
parent
4f9ae2aa61
commit
b50b9ededa
|
@ -129,7 +129,7 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
c["www"]["plugins"] = c["www"].get("plugins", {})
|
c["www"]["plugins"] = c["www"].get("plugins", {})
|
||||||
c["www"]["plugins"].update(
|
c["www"]["plugins"].update(
|
||||||
dict(base_react={}, waterfall_view={}, console_view={}, grid_view={})
|
dict(base_react={})
|
||||||
)
|
)
|
||||||
${lib.optionalString (cfg.prometheusExporterPort != null) ''
|
${lib.optionalString (cfg.prometheusExporterPort != null) ''
|
||||||
c['services'].append(reporters.Prometheus(port=${builtins.toString cfg.prometheusExporterPort}))
|
c['services'].append(reporters.Prometheus(port=${builtins.toString cfg.prometheusExporterPort}))
|
||||||
|
@ -170,13 +170,7 @@ in
|
||||||
ps.treq
|
ps.treq
|
||||||
ps.psycopg2
|
ps.psycopg2
|
||||||
(ps.toPythonModule pkgs.buildbot-worker)
|
(ps.toPythonModule pkgs.buildbot-worker)
|
||||||
pkgs.buildbot-plugins.www
|
|
||||||
pkgs.buildbot-plugins.www-react
|
pkgs.buildbot-plugins.www-react
|
||||||
pkgs.buildbot-plugins.console-view
|
|
||||||
pkgs.buildbot-plugins.waterfall-view
|
|
||||||
pkgs.buildbot-plugins.grid-view
|
|
||||||
pkgs.buildbot-plugins.wsgi-dashboards
|
|
||||||
pkgs.buildbot-plugins.badges
|
|
||||||
(pkgs.python3.pkgs.callPackage ../default.nix { })
|
(pkgs.python3.pkgs.callPackage ../default.nix { })
|
||||||
] ++ lib.optional (cfg.prometheusExporterPort != null)
|
] ++ lib.optional (cfg.prometheusExporterPort != null)
|
||||||
(ps.buildPythonPackage rec {
|
(ps.buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue