gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: fix preparation script


From: gnunet
Subject: [libeufin-deployment] branch master updated: fix preparation script
Date: Mon, 16 Nov 2020 17:36:52 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b6a9afb  fix preparation script
b6a9afb is described below

commit b6a9afb0e344eae4294b652e2cd88b418c37391f
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 16 17:36:42 2020 +0100

    fix preparation script
---
 buildbot/prepare.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/prepare.sh b/buildbot/prepare.sh
index 0e0cd05..ca70b09 100755
--- a/buildbot/prepare.sh
+++ b/buildbot/prepare.sh
@@ -14,14 +14,14 @@ ln -s $HOME/libeufin-deployment/buildbot/master.cfg 
$HOME/buildbot_master/
 buildbot-worker create-worker \
   --umask=0o22 \
   $HOME/unittests_worker/ \
-  localhost:8990 \
-  unittest-worker \
-  unittest-pass
+  localhost:9990 \
+  unittests-worker \
+  unittests-pass
 
 buildbot-worker \
   create-worker \
   --umask=0o22 \
   $HOME/integration_tests_worker/ \
-  localhost:8990 \
+  localhost:9990 \
   integration-tests-worker \
   integration-tests-pass

-- 
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]