[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: fix submodule URLs
From: |
gnunet |
Subject: |
[libeufin] branch master updated: fix submodule URLs |
Date: |
Mon, 19 Feb 2024 00:32:18 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new a4d9a387 fix submodule URLs
a4d9a387 is described below
commit a4d9a387b3bbb5186b94596b3f50e20076fe302b
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 19 00:32:19 2024 +0100
fix submodule URLs
---
.gitmodules | 6 +++---
contrib/wallet-core | 2 +-
doc/prebuilt | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 471fc5a3..63864683 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
[submodule "build-system/taler-build-scripts"]
path = build-system/taler-build-scripts
- url = https://git.taler.net/build-common
+ url = https://git.taler.net/build-common.git
[submodule "parsing-tests/samples"]
path = parsing-tests/samples
- url = https://git.taler.net/libeufin-tests
+ url = https://git.taler.net/libeufin-tests.git
[submodule "contrib/wallet-core"]
path = contrib/wallet-core
- url = https://git.taler.net/wallet-core
+ url = https://git.taler.net/wallet-core.git
branch = prebuilt
[submodule "doc/prebuilt"]
path = doc/prebuilt
diff --git a/contrib/wallet-core b/contrib/wallet-core
index a675c940..a431332f 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit a675c94085cfa90052c9ebacd2cebccfab2c4f18
+Subproject commit a431332f59a8557edba64b24b8c6a6fcc140e2bd
diff --git a/doc/prebuilt b/doc/prebuilt
index 5e47a72e..60ccf04b 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 5e47a72e8a2b5086dfdae4078f695155f5ed7af8
+Subproject commit 60ccf04bb3579c249a899c4ae88e120acda13c83
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: fix submodule URLs,
gnunet <=