[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-challenger] branch master updated: bootstrap: recurse submodules
From: |
gnunet |
Subject: |
[taler-challenger] branch master updated: bootstrap: recurse submodules |
Date: |
Fri, 20 Sep 2024 12:47:28 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository challenger.
The following commit(s) were added to refs/heads/master by this push:
new 11f142d bootstrap: recurse submodules
11f142d is described below
commit 11f142d6aed9ed62decd4e01dbe3c9fb804f2033
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Sep 20 12:47:09 2024 +0200
bootstrap: recurse submodules
---
bootstrap | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bootstrap b/bootstrap
index f26befd..6ff6d94 100755
--- a/bootstrap
+++ b/bootstrap
@@ -8,6 +8,10 @@ if ! git --version >/dev/null; then
exit 1
fi
+# Make sure that "git pull" et al. also update
+# submodules to avoid accidental rollbacks.
+git config --local submodule.recurse true
+
# Beware: We only want to update submodules to the commit hash
# stored in git, otherwise builds based on tags will not be
# reproducible.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-challenger] branch master updated: bootstrap: recurse submodules,
gnunet <=