You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nw...@apache.org on 2019/03/06 17:17:30 UTC

[incubator-heron] branch master updated: Update WORKSPACE info for zookeeper http archive. (#3205)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fde712f  Update WORKSPACE info for zookeeper http archive. (#3205)
fde712f is described below

commit fde712fb5642d5b2af86b3177b8caa89797c8177
Author: Mark Owens <jm...@apache.org>
AuthorDate: Wed Mar 6 12:17:24 2019 -0500

    Update WORKSPACE info for zookeeper http archive. (#3205)
    
    * Update WORKSPACE info for zookeeper http archive.
    
    Updated the new_http_archive entry for org_apache_zookeeper to
    zookeeper-3.4.13. Performing a clean installation of Heron failed due to
    the fact that the previous version (3.4.10) is no longer accessible at
    the url locations provided.
    
    * Update WORKSPACE info for zookeeper http archive.
    
    Modified to use archive.apache.org as the url for zookeeper.
    Reverted to original version of 3.4.10. Using archive.apache.org should
    be sufficient for retrieving zookeeper versions in the future without
    fear of the previous mirror sites removing versions needed by the
    WORKSPACE file.
---
 WORKSPACE | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 8743851..ca5ee6c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -864,11 +864,7 @@ new_http_archive(
 
 new_http_archive(
     name = "org_apache_zookeeper",
-    urls = [
-      "http://apache.cs.utah.edu/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz",
-      "http://apache.claz.org/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz",
-      "http://apache.mesi.com.ar/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz",
-    ],
+    urls = ["http://archive.apache.org/dist/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz"],
     strip_prefix = "zookeeper-3.4.10",
     build_file = "third_party/zookeeper/zookeeper.BUILD",
     sha256 = "7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27",