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 2019/12/21 11:51:49 UTC

[whimsy] branch master updated: Not relevant

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 5cf1a6e  Not relevant
5cf1a6e is described below

commit 5cf1a6eed0a7d6fe176cf2f11adec89e5a85d194
Author: Sebb <se...@apache.org>
AuthorDate: Sat Dec 21 11:51:36 2019 +0000

    Not relevant
---
 tools/download_check.rb | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index d3b45c8..15f64cb 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -109,14 +109,6 @@ def displayHTML
   if @fails > 0
     showList(fatals, "Fatal errors:")
     showList(errors, "Errors:")
-    # Cannot easily copy/paste URLs; use layout suitable for copy/paste into e.g. JIRA issue/e-mail
-    _p do
-      _ 'Please see the Apache download page configuration instructions [1] for further details on configuring your mirror server.'
-    end
-    _p do
-    _ '[1] '
-      _a 'TBA', href: 'TBA'
-    end
   end
 
   showList(warns, "Warnings:")