[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: fix repo URL
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: fix repo URL |
Date: |
Thu, 10 Oct 2019 19:39:48 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 129a3a5 fix repo URL
129a3a5 is described below
commit 129a3a5826d1c9480e2dab07ca53ab4e7077dce1
Author: Florian Dold <address@hidden>
AuthorDate: Thu Oct 10 23:09:21 2019 +0530
fix repo URL
---
bin/taler-deployment | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 2818202..1f69583 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -55,7 +55,7 @@ def bootstrap(envname):
repos = [
("gnunet", "git://gnunet.org/gnunet.git"),
- ("libmicrohttps", "gnunet.org/libmicrohttpd.git"),
+ ("libmicrohttps", "git://gnunet.org/libmicrohttpd.git"),
("twister", "git://git.taler.net/twister"),
("bank", "git://git.taler.net/bank"),
("merchant", "git://git.taler.net/merchant"),
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: fix repo URL,
gnunet <=