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 efddf6b Tone down snapshot/nightly reporting
efddf6b is described below
commit efddf6bf44604b89d7480e8d259e53a837a784ee
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 10:28:07 2022 +0000
Tone down snapshot/nightly reporting
---
tools/download_check.rb | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools/download_check.rb b/tools/download_check.rb
index 17d9a81..f52d175 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -396,8 +396,9 @@ def _checkDownloadPage(path, tlp, version)
# ignore trafficcontrol bugfix message
unless n.include? "Fixed TO log warnings when generating snapshots"
or
n.include? "Kafka Raft support for snapshots" or
- n.include? "zkSnapshotC" # ZooKeeper
- E "Found reference to NIGHTLY or SNAPSHOT builds: #{n}"
+ n.include? "zkSnapshotC" or # ZooKeepeer
+ n.include? "/issues.apache.org/jira/browse/" # Daffodil
+ W "Found reference to NIGHTLY or SNAPSHOT builds: #{n}"
end
end
break