From a0c79298c6ad39c606b6090e2a1bb063d72a2632 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 20 Jul 2024 01:06:48 +0200 Subject: [PATCH] =?UTF-8?q?fix(buildbot-name):=20nix=5Fconfigure=20?= =?UTF-8?q?=E2=86=92=20determining=20jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raito Bezarius --- buildbot_nix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index e260ad6..cbd5649 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -443,7 +443,7 @@ def make_job_evaluator(name: str, settings: EvaluatorSettings, flake: bool) -> N ) class NixConfigure(buildstep.CommandMixin, steps.BuildStep): - name = "nix_configure" + name = "determining jobs" """ Determine what `NixEvalCommand` step should be added after based on the existence of: