From 0151f4f2b7ef38b47d5a618dc5d3696b3537bc88 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 12 Mar 2021 00:06:09 +0800 Subject: [PATCH] [julia] switch upstreams to pkg servers --- julia.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/julia.sh b/julia.sh index 352899f..646924f 100755 --- a/julia.sh +++ b/julia.sh @@ -1,10 +1,10 @@ #!/bin/bash set -e -BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.storage.juliahub.com"} +BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.pkg.julialang.com"} [[ -d "${TUNASYNC_WORKING_DIR}" ]] cd "${TUNASYNC_WORKING_DIR}" -UPSTREAMS="[\"https://us-east.storage.juliahub.com\", \"https://kr.storage.juliahub.com\"]" +UPSTREAMS="[\"https://us-east.pkg.julialang.com\", \"https://kr.pkg.julialang.com\"]" OUTPUT_DIR="$PWD/static"