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 2022/10/25 02:11:02 UTC

[tomee-site-generator] branch main updated (1433f79 -> bfef0c9)

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

dblevins pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


    from 1433f79  Set JDK version to java 8
     new 3af5103  Reduce output of git clone command
     new bfef0c9  Cause a build failure

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/tomee/website/Repos.java | 2 +-
 src/main/resources/ignored.txt                    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


[tomee-site-generator] 01/02: Reduce output of git clone command

Posted by db...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3af51038ba60f3cbb168a7e36c503c0c0901d048
Author: David Blevins <db...@tomitribe.com>
AuthorDate: Mon Oct 24 19:09:50 2022 -0700

    Reduce output of git clone command
---
 src/main/java/org/apache/tomee/website/Repos.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/tomee/website/Repos.java b/src/main/java/org/apache/tomee/website/Repos.java
index 0c1144f..a425a35 100644
--- a/src/main/java/org/apache/tomee/website/Repos.java
+++ b/src/main/java/org/apache/tomee/website/Repos.java
@@ -51,7 +51,7 @@ public class Repos {
     private static void clone(final Source source) throws Exception {
         System.out.println("  > git clone " + source.getScmUrl());
 
-        jgit("clone", source.getScmUrl(), "-b", source.getBranch(), source.getDir().getAbsolutePath());
+        jgit("clone", "--quiet", source.getScmUrl(), "-b", source.getBranch(), source.getDir().getAbsolutePath());
     }
 
     private static void pull(final Source source) throws IOException, GitAPIException {


[tomee-site-generator] 02/02: Cause a build failure

Posted by db...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bfef0c9058e6878cc384fcefeed0365c9160cb45
Author: David Blevins <db...@tomitribe.com>
AuthorDate: Mon Oct 24 19:10:52 2022 -0700

    Cause a build failure
---
 src/main/resources/ignored.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/ignored.txt b/src/main/resources/ignored.txt
index f405468..502e2aa 100644
--- a/src/main/resources/ignored.txt
+++ b/src/main/resources/ignored.txt
@@ -4,9 +4,9 @@
 #
 # Fixing or deleting these files is a good area for contribution
 #
-features.adoc
-tomee-8.0/docs/documentation.old.adoc
-tomee-8.0/pt/examples/webservice-holder.adoc
+#features.adoc
+#tomee-8.0/docs/documentation.old.adoc
+#tomee-8.0/pt/examples/webservice-holder.adoc
 tomee-8.0/pt/examples/webservice-ssl-client-cert.adoc
 tomee-8.0/pt/examples/websocket-tls-basic-auth.adoc
 tomee-8.0/examples/webservice-ws-security.adoc