You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/11/22 11:09:39 UTC

[whimsy] branch master updated: Also ignore Kafka reference

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new ea33a81  Also ignore Kafka reference
ea33a81 is described below

commit ea33a81e49abfa9c80bbb9338993e2fd2eef2881
Author: Sebb <se...@apache.org>
AuthorDate: Mon Nov 22 11:09:31 2021 +0000

    Also ignore Kafka reference
---
 tools/download_check.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index d02bccc..b4163e5 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -375,7 +375,8 @@ def _checkDownloadPage(path, tlp, version)
           W "Found reference to NIGHTLY or SNAPSHOT docs?: #{n}"
         else
           # ignore trafficcontrol bugfix message
-          unless n.include? "Fixed TO log warnings when generating snapshots"
+          unless n.include? "Fixed TO log warnings when generating snapshots" or
+                 n.include? "Kafka Raft support for snapshots"
             E "Found reference to NIGHTLY or SNAPSHOT builds: #{n}"
           end
         end