You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/22 23:14:15 UTC

[tomee-site-generator] branch new-home-page updated: Yank `tomee-site` from the stats as it's generated content. Lines/added removed don't really mean anything.

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

dblevins pushed a commit to branch new-home-page
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


The following commit(s) were added to refs/heads/new-home-page by this push:
     new 5214300  Yank `tomee-site` from the stats as it's generated content. Lines/added removed don't really mean anything.
5214300 is described below

commit 52143003c484d885b2a13a2c75668413b05ee20a
Author: David Blevins <da...@gmail.com>
AuthorDate: Sat May 22 16:13:44 2021 -0700

    Yank `tomee-site` from the stats as it's generated content.
    Lines/added removed don't really mean anything.
---
 src/main/java/org/apache/tomee/website/contributors/Github.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/tomee/website/contributors/Github.java b/src/main/java/org/apache/tomee/website/contributors/Github.java
index 33ed5ff..4469444 100644
--- a/src/main/java/org/apache/tomee/website/contributors/Github.java
+++ b/src/main/java/org/apache/tomee/website/contributors/Github.java
@@ -68,6 +68,7 @@ public class Github {
             return links.stream()
                     .filter(s -> !s.contains("/"))
                     .filter(s -> !s.equals("-site-pub"))
+                    .filter(s -> !s.equals("-site"))
                     .distinct()
                     .map(s -> "https://github.com/apache/tomee" + s)
                     .map(URI::create)