gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 161/264: release-notes.pl: detect the start of the references in


From: gnunet
Subject: [gnurl] 161/264: release-notes.pl: detect the start of the references in cleanup mode
Date: Thu, 30 Apr 2020 16:07:44 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit 20f281293ff5c977d2f2e1b8ebe2d97399b1bd09
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Apr 11 18:47:23 2020 +0200

    release-notes.pl: detect the start of the references in cleanup mode
---
 scripts/release-notes.pl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index 83ff4d75f..7e4d4b98f 100755
--- a/scripts/release-notes.pl
+++ b/scripts/release-notes.pl
@@ -177,9 +177,8 @@ for my $l (@releasenotes) {
             }
             undef @bullets;
         }
-        push @o, $l;
     }
-    elsif($l =~ /^ \[(\d+)\] = /) {
+    if($l =~ /^ \[(\d+)\] = /) {
         # stop now
         last;
     }

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



reply via email to

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