From: geraldo netto <[email protected]> Committer: Nadav Har'El <[email protected]> Branch: master
fix kafka mirror url (error 404) Signed-off-by: geraldo netto <[email protected]> Message-Id: <[email protected]> --- diff --git a/apache-kafka/Makefile b/apache-kafka/Makefile --- a/apache-kafka/Makefile +++ b/apache-kafka/Makefile @@ -3,7 +3,7 @@ VERSION:=0.8.2.1 NAME:=kafka DIR:=kafka_$(SCALA)-$(VERSION) TARBALL:=$(DIR).tgz -URL:=http://mirror.ventraip.net.au/apache/$(NAME)/$(VERSION)/$(TARBALL) +URL:=http://archive.apache.org/dist/$(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.
