Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
adjust download mosn url
Browse files Browse the repository at this point in the history
  • Loading branch information
JamazRuan committed Jun 21, 2019
1 parent 9275a74 commit 1bce7da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1bce7da

Please sign in to comment.