Merge pull request #78 from johnnychen94/patch-1

update julia upstream
This commit is contained in:
Yuxiang Zhang 2020-06-27 09:02:56 +08:00 committed by GitHub
commit e8569b6bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://pkg.julialang.org"}
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.storage.julialang.org"}
[[ -d "${TUNASYNC_WORKING_DIR}" ]]
cd "${TUNASYNC_WORKING_DIR}"
@ -9,7 +9,7 @@ export JULIA_CLONES_DIR="$PWD/clones"
# timeout (seconds) for individual package instead of the whole mirror process
# initialization should use a larger timeout, e.g., 7200
PKG_TIMEOUT=600
PKG_TIMEOUT=1800
# update and mirror the General registry
git -C registries/General fetch --all