[ 
https://issues.apache.org/jira/browse/ORC-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657959#comment-16657959
 ] 

ASF GitHub Bot commented on ORC-417:
------------------------------------

dongjoon-hyun closed pull request #321: ORC-417: Use dynamic Apache Maven 
mirror link
URL: https://github.com/apache/orc/pull/321
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docker/centos6/Dockerfile b/docker/centos6/Dockerfile
index 86bcf64a2e..f83c9b3738 100644
--- a/docker/centos6/Dockerfile
+++ b/docker/centos6/Dockerfile
@@ -39,7 +39,7 @@ RUN yum install -y \
   zlib-devel
 
 WORKDIR /root
-RUN wget 
http://apache.mesi.com.ar/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
 -O maven.tgz
+RUN wget 
"https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz";
 -O maven.tgz
 RUN tar xzf maven.tgz
 RUN ln -s /root/apache-maven-3.3.9/bin/mvn /usr/bin/mvn
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Use dynamic Apache Maven mirror link
> ------------------------------------
>
>                 Key: ORC-417
>                 URL: https://issues.apache.org/jira/browse/ORC-417
>             Project: ORC
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.4.4, 1.5.3
>            Reporter: Dongjoon Hyun
>            Priority: Minor
>
> This issue aims to replace a broken Apache Maven mirror link with a more 
> stable one. If we use a dynamic mirror link, it will not broken easily.
> {code:java}
> -RUN wget 
> http://apache.mesi.com.ar/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
>  -O maven.tgz
> +RUN wget 
> "https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz";
>  -O maven.tgz
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to