taler-deployment

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

commit d1db43698e9aa2381dfd0a8be5e0c744cfcfb531
parent c714e7f8c55724b2e255451135d3f8a3a80d28cb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Jan 2025 00:39:29 +0100

remove builders that are now part of the sites-builder

Diffstat:
Mbuildbot/master.cfg | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -504,7 +504,6 @@ class GenerateStagesCommand(buildstep.ShellMixin, steps.BuildStep): # List of repos to add to container factory. container_repos = ["git.gnunet.org/gnunet", - "git.taler.net/anastasis-www", "git.taler.net/challenger", "git.taler.net/exchange", "git.taler.net/libeufin", @@ -512,8 +511,6 @@ container_repos = ["git.gnunet.org/gnunet", "git.taler.net/sandcastle-ng", "git.taler.net/sync", "git.taler.net/taler-android", - "git.taler.net/taler-ops-www", - "git.taler.net/taler-systems-www", "git.taler.net/wallet-core",] for repo in container_repos: