From: geraldo netto <[email protected]> Committer: Nadav Har'El <[email protected]> Branch: master
fix zookeeper mirror url (error 404) Signed-off-by: geraldo netto <[email protected]> Message-Id: <[email protected]> --- diff --git a/apache-zookeeper/Makefile b/apache-zookeeper/Makefile --- a/apache-zookeeper/Makefile +++ b/apache-zookeeper/Makefile @@ -2,7 +2,7 @@ VERSION:=3.4.6 NAME:=zookeeper DIR:=$(NAME)-$(VERSION) TARBALL:=$(DIR).tar.gz -URL:=http://apache.mirrors.ionfish.org/$(NAME)/$(NAME)-$(VERSION)/$(TARBALL) +URL:=http://archive.apache.org/dist/$(NAME)/$(NAME)-$(VERSION)/$(TARBALL) module: ROOTFS usr.manifest -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
