gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: add some comments


From: gnunet
Subject: [taler-wallet-core] branch master updated: add some comments
Date: Wed, 14 Feb 2024 13:39:10 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 9ef096eda add some comments
9ef096eda is described below

commit 9ef096edad80dfd7811ee4376357421db6f1bf3e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Feb 14 09:39:01 2024 -0300

    add some comments
---
 contrib/cleanup-prebuilt-dir.sh | 4 ++++
 contrib/publish-prebuilt-dir.sh | 7 +++++++
 2 files changed, 11 insertions(+)

diff --git a/contrib/cleanup-prebuilt-dir.sh b/contrib/cleanup-prebuilt-dir.sh
index 1f664f860..fb21002cd 100755
--- a/contrib/cleanup-prebuilt-dir.sh
+++ b/contrib/cleanup-prebuilt-dir.sh
@@ -1,7 +1,11 @@
 #!/bin/bash
+set -e
 
 [ ! -d prebuilt ] && git worktree add -f prebuilt prebuilt && exit 1
 
+# make sure that the prebuilt directoy is clean
+# before building
+# this script is part of the make prebuilt
 cd prebuilt
 git checkout -- .
 git pull
diff --git a/contrib/publish-prebuilt-dir.sh b/contrib/publish-prebuilt-dir.sh
index 33307a4c0..d3e47b964 100755
--- a/contrib/publish-prebuilt-dir.sh
+++ b/contrib/publish-prebuilt-dir.sh
@@ -1,7 +1,14 @@
 #!/bin/bash
 
+# this script is part of the make prebuilt procedure
+# is expected on the root folder
+
+# create a commit message with the commit id
 COMMIT=$(git rev-parse --verify HEAD)
 MSG="built from ${COMMIT}"
 
+# after buliding process has copy everything into 
+# the prebuilt folder
+cd prebuilt
 git commit -m "$MSG" -a
 git push

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]