aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-05-14 12:20:06 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-05-14 12:20:06 +0200
commitb47e578091e7451fd5c98cc56447d0fadba15b00 (patch)
tree80b8e0857a14b2a41e97e9a0b862de941cc9e495
parent69ac41f047fc5dd9fcdbcb3f8fee2f48c8751474 (diff)
downloadgnunet-b47e578091e7451fd5c98cc56447d0fadba15b00.tar.gz
gnunet-b47e578091e7451fd5c98cc56447d0fadba15b00.zip
BUILD: Change submodule handling, update gana
-rwxr-xr-xbootstrap5
m---------contrib/gana0
2 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 70c2559aa..96c0f7196 100755
--- a/bootstrap
+++ b/bootstrap
@@ -97,9 +97,8 @@ submodules()
97 if ! git --version >/dev/null; then 97 if ! git --version >/dev/null; then
98 echo "git not installed, skipping submodule update" 98 echo "git not installed, skipping submodule update"
99 else 99 else
100 git submodule update --init && \ 100 git submodule update --init --recursive && \
101 git submodule update --remote --recursive && \ 101 git submodule sync --recursive
102 git submodule sync
103 fi 102 fi
104} 103}
105 104
diff --git a/contrib/gana b/contrib/gana
Subproject 5ada88d0d3e25587a1340cc35669c36f608a50d Subproject 99d8d9e0336bacebab5af4ae00c3f685ffd90f6