added xenial to mongodb

This commit is contained in:
bigeagle 2016-08-02 20:14:31 +08:00
parent b7a8f4b15f
commit d1dcfdbff9
No known key found for this signature in database
GPG Key ID: 9171A4571C27920A

View File

@ -11,7 +11,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
YUM_PATH="${BASE_PATH}/yum" YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt" APT_PATH="${BASE_PATH}/apt"
UBUNTU_VERSIONS=("trusty" "precise") UBUNTU_VERSIONS=("trusty" "precise" "xenial")
DEBIAN_VERSIONS=("wheezy") DEBIAN_VERSIONS=("wheezy")
MONGO_VERSIONS=("3.2" "3.0") MONGO_VERSIONS=("3.2" "3.0")
STABLE_VERSION="3.2" STABLE_VERSION="3.2"