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/06/30 20:22:30 UTC

[incubator-mxnet] branch rat-0.13 created (now 2b4f5ab)

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

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


      at 2b4f5ab  update ratcheck for apache-rat 0.13 release

This branch includes the following new commits:

     new 2b4f5ab  update ratcheck for apache-rat 0.13 release

The 1 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.



[incubator-mxnet] 01/01: update ratcheck for apache-rat 0.13 release

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

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

commit 2b4f5ab44aa0ab7e8f76be9df595b04c93d7adec
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Sun Jun 30 13:21:56 2019 -0700

    update ratcheck for apache-rat 0.13 release
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 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-------"; \