taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 01e369829d79698ceacea2a928282a345a5ac616
parent 25e006940e42bb51cd9239b98af5be0fa3255776
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Jan 2025 22:41:35 +0100

enable-linger is required for docker

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -524,7 +524,7 @@ for repo in container_repos: # Factory-wide variables REPO_NAME = repo.rsplit('/', 1)[1] - REPO_URL = "https://" + repo + ".git" + REPO_URL = "git://" + repo + ".git" CONTAINER_WORKDIR = f"/home/container-worker/workspace/{REPO_NAME}" CI_JOBS_PATH = f"{CONTAINER_WORKDIR}/contrib/ci/jobs"