From 670a1d1281c60a28a201fa03c2579f22e109f179 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 2 Mar 2024 22:48:44 +0100 Subject: [PATCH] nix/coordinator: fix repourl Signed-off-by: Raito Bezarius --- buildbot_nix/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index c4ef97a..1b1bdff 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -324,7 +324,7 @@ def nix_eval_config( # check out the source factory.addStep( steps.Gerrit( - repourl="git://git@git.lix.systems/lix-project/lix", + repourl="ssh://buildbot@gerrit.lix.systems:2022/lix", mode="full", retry=[60, 60], timeout=3600, @@ -565,7 +565,7 @@ def config_for_project( properties=[ util.StringParameter( name="project", - label="Name of the GitHub repository.", + label="Name of the Gerrit repository.", default=project.name, ), ],