This commit is contained in:
Jiajie Chen 2021-07-27 19:04:59 +08:00
parent 4e7c294336
commit eadb8d611d

View File

@ -8,8 +8,8 @@ yum_sync="${_here}/yum-sync.py"
BASE_PATH="${TUNASYNC_WORKING_DIR}"
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"}
MONGO_VERSIONS=("4.4" "4.2" "4.0" "3.6")
STABLE_VERSION="4.4"
MONGO_VERSIONS=("5.0" "4.4" "4.2" "4.0" "3.6")
STABLE_VERSION="5.0"
YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt"