[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -codespell
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -codespell |
Date: |
Sat, 11 Jan 2025 13:35:32 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 651778363 -codespell
651778363 is described below
commit 651778363c5bec4d5cd0239c02615ac03c594bc9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 11 13:35:29 2025 +0100
-codespell
---
scripts/gana_update.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/scripts/gana_update.sh b/scripts/gana_update.sh
index 48acae95f..73a40766d 100755
--- a/scripts/gana_update.sh
+++ b/scripts/gana_update.sh
@@ -6,9 +6,9 @@ if [ ! -f $GNUNET_SRC_ROOT/scripts/gana_update.sh ]; then
exit 1
fi
-COMMITISH=""
+COMMIT_HASH=""
if [ ! -z $1 ]; then
- COMMITISH=$1
+ COMMIT_HASH=$1
fi
cleanup() {
@@ -40,8 +40,8 @@ gana_update()
cd $GANA_TMP || exit 1
git clone git://git.gnunet.org/gana.git
cd gana || exit 1
- if [ ! -z $COMMITISH ]; then
- git checkout $COMMITISH || exit 1
+ if [ ! -z "${COMMIT_HASH}" ]; then
+ git checkout "${COMMIT_HASH}" || exit 1
fi
# GNS
echo "Updating GNS record types"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -codespell,
gnunet <=