You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/07/14 06:32:28 UTC

[incubator-mxnet] branch master updated: update ratcheck for apache-rat 0.13 release (#15417)

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

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 38a44db  update ratcheck for apache-rat 0.13 release (#15417)
38a44db is described below

commit 38a44db4d752c6dade436438fc53d374f66c49b2
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Sat Jul 13 23:31:45 2019 -0700

    update ratcheck for apache-rat 0.13 release (#15417)
    
    * update ratcheck for apache-rat 0.13 release
    
    * remove minpy folder
---
 Makefile               |  8 ++++----
 python/minpy/README.md | 21 ---------------------
 2 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/Makefile b/Makefile
index 02a74a0..a7cf8a5 100644
--- a/Makefile
+++ b/Makefile
@@ -699,15 +699,15 @@ rclean:
 	$(RM) -r R-package/src/image_recordio.h R-package/NAMESPACE R-package/man R-package/R/mxnet_generated.R \
 		R-package/inst R-package/src/*.o R-package/src/*.so mxnet_*.tar.gz
 
-build/rat/apache-rat/target/apache-rat-0.13-SNAPSHOT.jar:
+build/rat/apache-rat/target/apache-rat-0.13.jar:
 	mkdir -p build
-	svn co http://svn.apache.org/repos/asf/creadur/rat/branches/0.12-release/ build/rat; \
+	svn co http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.13/ build/rat; \
 	cd build/rat; \
 	mvn -Dmaven.test.skip=true install;
 
-ratcheck: build/rat/apache-rat/target/apache-rat-0.13-SNAPSHOT.jar
+ratcheck: build/rat/apache-rat/target/apache-rat-0.13.jar
 	exec 5>&1; \
-	RAT_JAR=build/rat/apache-rat/target/apache-rat-0.13-SNAPSHOT.jar; \
+	RAT_JAR=build/rat/apache-rat/target/apache-rat-0.13.jar; \
 	OUTPUT=$(java -jar $(RAT_JAR) -E tests/nightly/apache_rat_license_check/rat-excludes -d .|tee >(cat - >&5)); \
     ERROR_MESSAGE="Printing headers for text files without a valid license header"; \
     echo "-------Process The Output-------"; \
diff --git a/python/minpy/README.md b/python/minpy/README.md
deleted file mode 100644
index 0278ca1..0000000
--- a/python/minpy/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. -->
-
-MXNet Python Package
-====================
-
-This is the WIP directory for MinPy project.