From 99d2b8df92e41ed6d5e136b55a789ac0d7e37c1f Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 12 Mar 2021 02:01:45 +0800 Subject: [PATCH] Revert "[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 646924f..352899f 100755 --- a/julia.sh +++ b/julia.sh @@ -1,10 +1,10 @@ #!/bin/bash set -e -BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.pkg.julialang.com"} +BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.storage.juliahub.com"} [[ -d "${TUNASYNC_WORKING_DIR}" ]] cd "${TUNASYNC_WORKING_DIR}" -UPSTREAMS="[\"https://us-east.pkg.julialang.com\", \"https://kr.pkg.julialang.com\"]" +UPSTREAMS="[\"https://us-east.storage.juliahub.com\", \"https://kr.storage.juliahub.com\"]" OUTPUT_DIR="$PWD/static"