added jessie for mongodb. closing tuna/issues#139

This commit is contained in:
bigeagle 2016-10-27 21:29:44 +08:00
parent 104a3a3f8d
commit a713032d37

View File

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