You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2015/11/30 11:11:47 UTC

[05/20] incubator-eagle git commit: change eagle file's download url

change eagle file's download url


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/be7a6201
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/be7a6201
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/be7a6201

Branch: refs/heads/master
Commit: be7a62014dfe196931957c0f493bf870cb5cce26
Parents: 0783ee3
Author: qinzhaokun <qi...@gmail.com>
Authored: Wed Nov 25 23:16:01 2015 -0700
Committer: qinzhaokun <qi...@gmail.com>
Committed: Wed Nov 25 23:16:01 2015 -0700

----------------------------------------------------------------------
 eagle-external/eagle-docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/be7a6201/eagle-external/eagle-docker/Dockerfile
----------------------------------------------------------------------
diff --git a/eagle-external/eagle-docker/Dockerfile b/eagle-external/eagle-docker/Dockerfile
index 39cbf9b..f4ebc4e 100644
--- a/eagle-external/eagle-docker/Dockerfile
+++ b/eagle-external/eagle-docker/Dockerfile
@@ -18,7 +18,7 @@ FROM sequenceiq/ambari:1.7.0
 
 MAINTAINER dev@eagle.incubator.apache.org
 
-ENV EAGLE_DOWNLOAD_LINK http://10.65.246.34:8081/view/Eagle-Security/job/Eagle-SCM/ws/eagle-assembly/target/eagle-0.1.0-bin.tar.gz
+ENV EAGLE_DOWNLOAD_LINK http://66.211.190.194/eagle-0.1.0.tar.gz
 
 RUN curl -sL $EAGLE_DOWNLOAD_LINK | tar -xz -C /usr/hdp/current
 RUN cd /usr/hdp/current && ln -s ./eagle-0.1.0 eagle