[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: add taler-android to
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: buildbot: add taler-android to container-workers |
Date: |
Wed, 05 Jun 2024 16:47:12 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new aebab24 buildbot: add taler-android to container-workers
aebab24 is described below
commit aebab24e3e3a7832700abb6e1c89d09e3238b8eb
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Jun 5 10:46:22 2024 -0400
buildbot: add taler-android to container-workers
also reorders list to alphabetical order
---
buildbot/master.cfg | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 45aad02..5c282a9 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -531,19 +531,20 @@ class GenerateStagesCommand(buildstep.ShellMixin,
steps.BuildStep):
# List of repos to add to container factory.
-container_repos = ["git.taler.net/wallet-core",
+container_repos = ["git.gnunet.org/gnunet",
+ "git.taler.net/anastasis-www",
+ "git.taler.net/challenger",
+ "git.taler.net/docs",
+ "git.taler.net/exchange",
"git.taler.net/libeufin",
"git.taler.net/merchant",
- "git.taler.net/exchange",
- "git.taler.net/docs",
+ "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/anastasis-www",
"git.taler.net/tutorials",
- "git.taler.net/sync",
- "git.taler.net/challenger",
- "git.taler.net/sandcastle-ng",
- "git.gnunet.org/gnunet"]
+ "git.taler.net/wallet-core",]
for repo in container_repos:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: buildbot: add taler-android to container-workers,
gnunet <=