From 5a8ab145e61420ed6a67984e6f4214f580a37a0b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 2 Mar 2024 19:00:41 +0100 Subject: [PATCH] buildbot: add repourl Signed-off-by: Raito Bezarius --- buildbot_nix/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index fb8658b..0a94e87 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -323,6 +323,7 @@ def nix_eval_config( # check out the source factory.addStep( steps.Gerrit( + repourl="git://git@git.lix.systems/lix-project/lix", mode="full", retry=[60, 60], timeout=3600