From 1bce7da32e5b98924a9d1d950082c6954d958417 Mon Sep 17 00:00:00 2001 From: Jamaz <61860754@qq.com> Date: Fri, 21 Jun 2019 22:14:46 +0800 Subject: [PATCH] adjust download mosn url --- Makefile | 4 ++-- bin/init.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b405e2a601ea..d6c742174787 100644 --- a/Makefile +++ b/Makefile @@ -156,8 +156,8 @@ endif ifeq ($(ISTIO_MOSN_VERSION),) export ISTIO_MOSN_VERSION:=$(shell grep MOSN_VERSION istio.deps -A 4 | grep version | cut -f 4 -d '"') endif -export ISTIO_MOSN_DEBUG_URL ?= https://github.com/alipay/sofa-mosn/releases/download/${ISTIO_MOSN_VERSION}/mosn -export ISTIO_MOSN_RELEASE_URL ?= https://github.com/alipay/sofa-mosn/releases/download/${ISTIO_MOSN_VERSION}/mosn +export ISTIO_MOSN_DEBUG_URL ?= https://github.com/sofastack/sofa-mesh/releases/download/${ISTIO_MOSN_VERSION}/mosn +export ISTIO_MOSN_RELEASE_URL ?= https://github.com/sofastack/sofa-mesh/releases/download/${ISTIO_MOSN_VERSION}/mosn export ISTIO_MOSN # Use mosn build from local workspace diff --git a/bin/init.sh b/bin/init.sh index f19682c6212d..4a7d539f5233 100755 --- a/bin/init.sh +++ b/bin/init.sh @@ -94,8 +94,8 @@ fi # Normally set by the Makefile. # ISTIO_MOSN_VERSION=${ISTIO_MOSN_VERSION:-${PROXY_REPO_SHA}} -ISTIO_MOSN_DEBUG_URL=${ISTIO_MOSN_DEBUG_URL:-https://github.com/alipay/sofa-mosn/releases/download/${ISTIO_MOSN_VERSION}/mosn} -ISTIO_MOSN_RELEASE_URL=${ISTIO_MOSN_RELEASE_URL:-https://github.com/alipay/sofa-mosn/releases/download/${ISTIO_MOSN_VERSION}/mosn} +ISTIO_MOSN_DEBUG_URL=${ISTIO_MOSN_DEBUG_URL:-https://github.com/sofastack/sofa-mesh/releases/download/${ISTIO_MOSN_VERSION}/mosn} +ISTIO_MOSN_RELEASE_URL=${ISTIO_MOSN_RELEASE_URL:-https://github.com/sofastack/sofa-mesh/releases/download/${ISTIO_MOSN_VERSION}/mosn} # TODO Change url when official mosn release for MAC is available ISTIO_MOSN_MAC_RELEASE_URL=${ISTIO_MOSN_MAC_RELEASE_URL:-https://storage.googleapis.com/istio-on-macos/releases/0.7.1/istio-proxy-0.7.1-macos.tar.gz}