feat: support Gerrit in Buildbot #1
|
@ -862,7 +862,6 @@ class GerritNixConfigurator(ConfiguratorBase):
|
|||
config["secretsProviders"].append(systemd_secrets)
|
||||
|
||||
config["www"].setdefault("plugins", {})
|
||||
config["www"]["plugins"].update(dict(base_react={}))
|
||||
|
||||
if "auth" not in config["www"]:
|
||||
config["www"]["auth"] = LixSystemsOAuth2('buildbot', read_secret_file('buildbot-oauth2-secret'), autologin=True)
|
||||
|
|
|
@ -153,7 +153,7 @@ in
|
|||
ps.treq
|
||||
ps.psycopg2
|
||||
(ps.toPythonModule pkgs.buildbot-worker)
|
||||
pkgs.buildbot-plugins.www-react
|
||||
pkgs.buildbot-plugins.www
|
||||
(pkgs.python3.pkgs.callPackage ../default.nix { })
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue