gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 189/264: scripts/release-notes: fix duplicate output header


From: gnunet
Subject: [gnurl] 189/264: scripts/release-notes: fix duplicate output header
Date: Thu, 30 Apr 2020 16:08:12 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit 66212a3024a9c7decdccbd0d0f520254e255f185
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Apr 14 14:57:46 2020 +0200

    scripts/release-notes: fix duplicate output header
---
 scripts/release-notes.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index 7e4d4b98f..67805f9f1 100755
--- a/scripts/release-notes.pl
+++ b/scripts/release-notes.pl
@@ -160,6 +160,7 @@ for my $l (@releasenotes) {
             $refused[$moreinfo{$f}]=3;
         }
         push @o, " --- new entries are listed above this ---";
+        next;
     }
     elsif($cleanup) {
         if($l =~ /^ --- new entries are listed/) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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