gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -forgot to add file


From: gnunet
Subject: [gnunet] branch master updated: -forgot to add file
Date: Thu, 08 Dec 2022 07:38:14 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5973ac6c6 -forgot to add file
5973ac6c6 is described below

commit 5973ac6c6eb72f27ce461f87f94e3b58efac17d5
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 8 15:38:08 2022 +0900

    -forgot to add file
---
 contrib/scripts/update_changelog.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/contrib/scripts/update_changelog.sh 
b/contrib/scripts/update_changelog.sh
new file mode 100644
index 000000000..988ca6490
--- /dev/null
+++ b/contrib/scripts/update_changelog.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+DELTA_SH="contrib/scripts/changelog_delta.sh"
+LASTHASH=$(head -n1 ChangeLog | cut -d " " -f 7 | tr -d \( | tr -d \))
+
+$DELTA_SH $LASTHASH changelog > ChangeLog.delta || exit 1
+cp ChangeLog ChangeLog.bak || exit 1
+cat ChangeLog.delta > ChangeLog || exit 1
+cat ChangeLog.bak >> ChangeLog || exit 1
+rm ChangeLog.bak ChangeLog.delta
+

-- 
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]