From 9933971ab0384f7e8baaa9460c9db9614ee16d6d Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Mon, 11 Mar 2024 09:06:29 +0100 Subject: [PATCH] re-enable the gerrit status reporter --- buildbot_nix/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 456bf65..19789a2 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -808,7 +808,6 @@ class GerritNixConfigurator(ConfiguratorBase): ) config["change_source"] = self.gerrit_change_source - """ config["services"].append( reporters.GerritStatusPush(self.gerrit_server, self.gerrit_user, port=2022, @@ -824,7 +823,6 @@ class GerritNixConfigurator(ConfiguratorBase): # summaryArg=self.url) ) - """ systemd_secrets = secrets.SecretInAFile( dirname=os.environ["CREDENTIALS_DIRECTORY"],