gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: syntax


From: gnunet
Subject: [taler-deployment] branch master updated: syntax
Date: Tue, 15 Nov 2022 14:10:23 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f4180b4  syntax
f4180b4 is described below

commit f4180b490f037424786f08504d521b6e8c43ecaf
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 15 14:10:16 2022 +0100

    syntax
---
 buildbot/master.cfg | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index fa0351a..6fd1a2f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1013,18 +1013,18 @@ BUILD_FACTORY.addStep(
         env={
             'BRANCH': util.Property("branch"),
             # Nginx should reverse proxy to these ports.
-            'TALER_DB_PORT': 16010,
-            'TALER_MERCHANT_PORT': 16000,
-            'TALER_EXCHANGE_PORT': 16001,
-            'TALER_BLOG_PORT': 16002,
-            'TALER_DONATIONS_PORT': 16003,
-            'TALER_SURVEY_PORT': 16004,
-            'TALER_LANDING_PORT': 16005,
-            'TALER_SYNC_PORT': 16006,
-            'LIBEUFIN_SANDBOX_PORT': 16007,
-            'LIBEUFIN_NEXUS_PORT': 16008,
-            'LIBEUFIN_FRONTEND_PORT': 16009,
-            'TALER_POS_PORT': 16010
+            'TALER_DB_PORT': "16010",
+            'TALER_MERCHANT_PORT': "16000",
+            'TALER_EXCHANGE_PORT': "16001",
+            'TALER_BLOG_PORT': "16002",
+            'TALER_DONATIONS_PORT': "16003",
+            'TALER_SURVEY_PORT': "16004",
+            'TALER_LANDING_PORT': "16005",
+            'TALER_SYNC_PORT': "16006",
+            'LIBEUFIN_SANDBOX_PORT': "16007",
+            'LIBEUFIN_NEXUS_PORT': "16008",
+            'LIBEUFIN_FRONTEND_PORT': "16009",
+            'TALER_POS_PORT': "16010"
         }
     )
 )

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]