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

aengineer pushed a commit to branch docker-hadoop-runner-jdk11
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/docker-hadoop-runner-jdk11 by 
this push:
     new cef9966  HDDS-1633. Update rat from 0.12 to 0.13 in hadoop-runner 
build script (#891)
cef9966 is described below

commit cef996659f43d165ca8ba451074a4eac21dcf525
Author: Elek, Márton <[email protected]>
AuthorDate: Tue Jun 4 08:22:12 2019 +0200

    HDDS-1633. Update rat from 0.12 to 0.13 in hadoop-runner build script (#891)
---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 1181708..f7889df 100755
--- a/build.sh
+++ b/build.sh
@@ -18,10 +18,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 set -e
 mkdir -p build
 if [ ! -d "$DIR/build/apache-rat-0.12" ]; then
-   wget 
http://xenia.sote.hu/ftp/mirrors/www.apache.org/creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
 -O $DIR/build/apache-rat.tar.gz
+   wget 
'https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz'
 -O $DIR/build/apache-rat.tar.gz
        cd $DIR/build
        tar zvxf apache-rat.tar.gz
        cd -
 fi
-java -jar $DIR/build/apache-rat-0.12/apache-rat-0.12.jar $DIR -e public -e 
apache-rat-0.12 -e .git -e .gitignore
+java -jar $DIR/build/apache-rat-0.13/apache-rat-0.13.jar $DIR -e public -e 
apache-rat-0.12 -e .git -e .gitignore
 docker build -t apache/hadoop-runner .


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to