You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by li...@apache.org on 2020/02/13 00:29:45 UTC

[submarine] branch master updated: SUBMARINE-379. Delete invalid .gitmodules file

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

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new e03b08f  SUBMARINE-379. Delete invalid .gitmodules file
e03b08f is described below

commit e03b08fa6b7d33f7f577c651229c4fafeb9227b7
Author: Xun Liu <li...@apache.org>
AuthorDate: Wed Feb 12 13:09:02 2020 +0800

    SUBMARINE-379. Delete invalid .gitmodules file
    
    ### What is this PR for?
    Deleted the tony submodule in https://issues.apache.org/jira/browse/SUBMARINE-371, but forgot to delete the .gitmodules file and configure in pom.xml.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/SUBMARINE-379
    
    ### How should this be tested?
    * https://travis-ci.org/liuxunorg/submarine/builds/648431616
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Xun Liu <li...@apache.org>
    
    Closes #180 from liuxunorg/SUBMARINE-379 and squashes the following commits:
    
    4ad157b [Xun Liu] fix
    3d1089e [Xun Liu] SUBMARINE-379. Delete invalid .gitmodules file
---
 .gitignore                                |  1 -
 .gitmodules                               |  0
 pom.xml                                   |  2 --
 submarine-workbench/interpreter/README.md | 21 ---------------------
 4 files changed, 24 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3c4db43..52be391 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,7 +58,6 @@ venv.bak/
 *.jar
 target
 dev-support/mini-submarine/database
-submodules/tony/tony-core/build
 submarine-workbench/workbench-web/node
 submarine-workbench/workbench-web/node_modules
 submarine-workbench/workbench-web/dist
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29..0000000
diff --git a/pom.xml b/pom.xml
index de191ee..cca02cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,6 @@
             </goals>
             <configuration>
               <failOnViolation>true</failOnViolation>
-              <excludes>com/linkedin/tony/rpc/proto/*,com/linkedin/tony/events/*</excludes>
             </configuration>
           </execution>
           <execution>
@@ -483,7 +482,6 @@
             <exclude>**/*.json</exclude>
             <exclude>**/*.conf</exclude>
             <exclude>**/*.yaml</exclude>
-            <exclude>**/src/main/java/com/linkedin/tony/events/*</exclude>
             <exclude>**/src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo</exclude>
             <exclude>**/src/test/resources/typicalHistFolder/job1/application123-1-1-user1-SUCCEEDED.jhist</exclude>
             <exclude>**/conf/routes</exclude>
diff --git a/submarine-workbench/interpreter/README.md b/submarine-workbench/interpreter/README.md
deleted file mode 100644
index 9483549..0000000
--- a/submarine-workbench/interpreter/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-# Interpreter parent module
-
-### Compile the interpreter parent module separately
-```
-cd /submarine # submarine project root path
-mvn install package -DskipTests -pl '!submarine-all,!submarine-core,!submarine-dist,!submarine-runtime/tony-runtime,!submodules/tony,!submodules/tony/tony-mini,!submodules/tony/tony-core,!submodules/tony/tony-proxy,!submodules/tony/tony-portal,!submodules/tony/tony-azkaban,!submodules/tony/tony-cli,!submarine-workbench,!submarine-workbench/workbench-web,!submarine-workbench/workbench-server,!submarine-dist'
-```


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org