This is an automated email from the ASF dual-hosted git repository.
curcuru 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 4d8a991 Add comment about validation during incubation
4d8a991 is described below
commit 4d8a99123cb22521390829c526f00bf48cc6c063
Author: Shane Curcuru <[email protected]>
AuthorDate: Thu May 10 16:16:01 2018 -0400
Add comment about validation during incubation
---
lib/whimsy/sitewebsite.rb | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/sitewebsite.rb b/lib/whimsy/sitewebsite.rb
index 46c3f6a..fbe37e0 100644
--- a/lib/whimsy/sitewebsite.rb
+++ b/lib/whimsy/sitewebsite.rb
@@ -20,7 +20,13 @@ def display_project(project, links, analysis, checks, tlp =
true)
_span.glyphicon.glyphicon_menu_right
_ "Results for #{tlp ? 'Project' : 'Podling'} "
_a links['display_name'], href: links['uri']
- _ ' Check Results column is the actual text found on the homepage for
this check (when applicable).'
+ _ '. '
+ if !tlp
+ _ 'Reminder: Incubation is the process of becoming an Apache project -
podlings are not required to meet these checks until graduation. See '
+ _a "this project's incubation status.", href:
"http://incubator.apache.org/projects/#{project}"
+ end
+ _br
+ _ 'Check Results column is the actual text or URL found on the homepage
for this check (when applicable).'
}
) do
_table.table.table_striped do
--
To stop receiving notification emails like this one, please contact
[email protected].