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 49cde38 Not a shapshot
49cde38 is described below
commit 49cde38c815a10d161daedeedcbf885e600890cc
Author: Sebb <[email protected]>
AuthorDate: Mon Mar 7 10:15:42 2022 +0000
Not a shapshot
---
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 285c4c4..5fb23dd 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -391,7 +391,8 @@ def _checkDownloadPage(path, tlp, version)
else
# ignore trafficcontrol bugfix message
unless n.include? "Fixed TO log warnings when generating snapshots"
or
- n.include? "Kafka Raft support for snapshots"
+ n.include? "Kafka Raft support for snapshots" or
+ n.include? "zkSnapshotC" # ZooKeeper
E "Found reference to NIGHTLY or SNAPSHOT builds: #{n}"
end
end