This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git

commit d3549822fccd9f75f5f4c346ff44285630d5fbd1
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Mar 9 11:51:20 2023 +0100

    update .gitmodules using relative path and README.md
---
 .gitmodules   | 30 +++++++++++++++---------------
 README.md     | 11 +++++++++--
 crypto        |  2 +-
 json          |  2 +-
 localization  |  2 +-
 parser        |  2 +-
 testcontainer |  2 +-
 upload        |  2 +-
 yaafi         |  2 +-
 9 files changed, 31 insertions(+), 24 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 454fd1d..ea1cb03 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,60 +1,60 @@
 [submodule "cache"]
        path = cache
-       url = https://github.com/apache/turbine-fulcrum-cache.git
+       url = ../turbine-fulcrum-cache.git
        branch = master
 [submodule "factory"]
        path = factory
-       url = https://github.com/apache/turbine-fulcrum-factory.git
+       url = ../turbine-fulcrum-factory.git
        branch = master
 [submodule "json"]
        path = json
-       url = https://github.com/apache/turbine-fulcrum-json.git
+       url = ../turbine-fulcrum-json.git
        branch = master
 [submodule "localization"]
        path = localization
-       url = https://github.com/apache/turbine-fulcrum-localization.git
+       url = ../turbine-fulcrum-localization.git
        branch = master
 [submodule "parser"]
        path = parser
-       url = https://github.com/apache/turbine-fulcrum-parser.git
+       url = ../turbine-fulcrum-parser.git
        branch = master
 [submodule "pool"]
        path = pool
-       url = https://github.com/apache/turbine-fulcrum-pool.git
+       url = ../turbine-fulcrum-pool.git
        branch = master
 [submodule "quartz"]
        path = quartz
-       url = https://github.com/apache/turbine-fulcrum-quartz.git
+       url = ../turbine-fulcrum-quartz.git
        branch = master
 [submodule "security"]
        path = security
-       url = https://github.com/apache/turbine-fulcrum-security.git
+       url = ../turbine-fulcrum-security.git
        branch = master
 [submodule "site"]
        path = site
-       url = https://github.com/apache/turbine-fulcrum-site.git
+       url = ../turbine-fulcrum-site.git
        branch = master
 [submodule "testcontainer"]
        path = testcontainer
-       url = https://github.com/apache/turbine-fulcrum-testcontainer.git
+       url = ../turbine-fulcrum-testcontainer.git
        branch = master
 [submodule "yaafi"]
        path = yaafi
-       url = https://github.com/apache/turbine-fulcrum-yaafi.git
+       url = ../turbine-fulcrum-yaafi.git
        branch = master
 [submodule "yaafi-crypto"]
        path = yaafi-crypto
-       url = https://github.com/apache/turbine-fulcrum-yaafi-crypto.git
+       url = ../turbine-fulcrum-yaafi-crypto.git
        branch = master
 [submodule "crypto"]
        path = crypto
-       url = https://github.com/apache/turbine-fulcrum-crypto.git
+       url = ../turbine-fulcrum-crypto.git
        branch = master
 [submodule "intake"]
        path = intake
-       url = https://github.com/apache/turbine-fulcrum-intake.git
+       url = ../turbine-fulcrum-intake.git
        branch = master
 [submodule "upload"]
        path = upload
-       url = https://github.com/apache/turbine-fulcrum-upload.git
+       url = ../turbine-fulcrum-upload.git
        branch = master
diff --git a/README.md b/README.md
index f097031..03f20d2 100644
--- a/README.md
+++ b/README.md
@@ -33,15 +33,22 @@ https://maven.apache.org/guides/getting-started/
 
 You could use git to checkout current trunk:
 
-     git clone --recurse-submodules 
https://github.com/apache/turbine-fulcrum-build.git 
+     git clone https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git 
+     
+N.B. The submodules are included with a relative URL. That is you decide if 
fetching with https + Github (no push) or with SSH or fetching 
+from gitbox (recommended).
      
 If you did a normal clone you have to init the submodules from the root folder 
with
 
-    git submodule update --init --recursive
+    git submodule update --init --remote
     
 This will register and clone all submodules in one step.
      
 Hint: To limit history e.g. to 10 commits add --depth 10.
+
+Update all Fulcrum submodules to master (assuming default branch is "master")
+
+   git submodule foreach "git checkout master || :"
      
 To update all submodules: 
 
diff --git a/crypto b/crypto
index 1fdae12..d06e90d 160000
--- a/crypto
+++ b/crypto
@@ -1 +1 @@
-Subproject commit 1fdae122744274c1d051746fe1024856dcb6cd91
+Subproject commit d06e90d7527c42cde96d6e6347159c2a6430fc8c
diff --git a/json b/json
index dd598bb..405c907 160000
--- a/json
+++ b/json
@@ -1 +1 @@
-Subproject commit dd598bbb6b54552505b235bf4729a8696b1106ae
+Subproject commit 405c907bfb89a0d368c9c207a0abe279e686dd49
diff --git a/localization b/localization
index d15901a..d543503 160000
--- a/localization
+++ b/localization
@@ -1 +1 @@
-Subproject commit d15901ac21e291e3e27336b09f9d077be6c2e8b7
+Subproject commit d54350305c3038ecbbbd75b47ff89c67fb1fc60c
diff --git a/parser b/parser
index ca6df04..5260957 160000
--- a/parser
+++ b/parser
@@ -1 +1 @@
-Subproject commit ca6df047b418cfdd8c21fe634bb6bcda69e34c7b
+Subproject commit 52609575cd40aee1d45cb1f7d5ac777c26766312
diff --git a/testcontainer b/testcontainer
index 37d9700..497cd3f 160000
--- a/testcontainer
+++ b/testcontainer
@@ -1 +1 @@
-Subproject commit 37d9700d1f56711707d586194ae3a548047bba12
+Subproject commit 497cd3f7b3d79d94b3342c2b36892c94b96b3f2e
diff --git a/upload b/upload
index 0b257ca..f39ab37 160000
--- a/upload
+++ b/upload
@@ -1 +1 @@
-Subproject commit 0b257cacf77fe49a71f3ede4484bef50609bf63e
+Subproject commit f39ab37d1d271f684699a7bd765789353f12a24e
diff --git a/yaafi b/yaafi
index 448c6f4..69b46ce 160000
--- a/yaafi
+++ b/yaafi
@@ -1 +1 @@
-Subproject commit 448c6f4482876382213ab46c7f81dcb1e79879b4
+Subproject commit 69b46ce0a9808a65b68ac223bc9b78b2ab9882a5

Reply via email to