add stretch and bionic

Signed-off-by: 王邈 <shankerwangmiao@gmail.com>
This commit is contained in:
王邈 2018-05-02 01:20:44 +08:00
parent ce11f88f2f
commit c3f2e74700
7 changed files with 18 additions and 18 deletions

View File

@ -14,8 +14,8 @@ YUM_PATH="${BASE_PATH}/centos"
UBUNTU_PATH="${BASE_PATH}/ubuntu"
DEBIAN_PATH="${BASE_PATH}/debian"
UBUNTU_VERSIONS=("trusty" "xenial")
DEBIAN_VERSIONS=("wheezy" "jessie")
UBUNTU_VERSIONS=("trusty" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch")
EL_VERSIONS=("6" "7")
# =================== APT repos ===============================

View File

@ -13,7 +13,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
YUM_PATH="${BASE_PATH}/yum"
UBUNTU_VERSIONS=("trusty" "wily" "xenial")
UBUNTU_VERSIONS=("trusty" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch")
UBUNTU_PATH="${BASE_PATH}/ubuntu/"
DEBIAN_PATH="${BASE_PATH}/debian/"

View File

@ -14,7 +14,7 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://packagecloud.io/grafana/stable"}
YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt"
APT_VERSIONS=("wheezy" "jessie")
APT_VERSIONS=("wheezy" "jessie" "stretch")
EL_VERSIONS=("6" "7")
mkdir -p ${YUM_PATH} ${APT_PATH}

View File

@ -15,8 +15,8 @@ YUM_PATH="${BASE_PATH}/yum"
UBUNTU_PATH="${BASE_PATH}/ubuntu"
DEBIAN_PATH="${BASE_PATH}/debian"
UBUNTU_VERSIONS=("trusty" "xenial")
DEBIAN_VERSIONS=("wheezy" "jessie")
UBUNTU_VERSIONS=("trusty" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch")
EL_VERSIONS=("6" "7")
mkdir -p ${YUM_PATH} ${UBUNTU_PATH} ${DEBIAN_PATH}

View File

@ -24,8 +24,8 @@ APT_PATH="${BASE_PATH}/apt"
UBUNTU_PATH="${APT_PATH}/ubuntu"
DEBIAN_PATH="${APT_PATH}/debian"
UBUNTU_VERSIONS=("trusty" "precise" "xenial")
DEBIAN_VERSIONS=("wheezy" "jessie")
UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch")
mkdir -p ${YUM_PATH} ${UBUNTU_PATH} ${DEBIAN_PATH}

View File

@ -14,7 +14,7 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://repo.percona.com"}
YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt"
APT_VERSIONS=("wheezy" "jessie" "trusty" "xenial")
APT_VERSIONS=("wheezy" "jessie" "trusty" "xenial" "stretch" "bionic")
EL_VERSIONS=("6" "7")
mkdir -p ${YUM_PATH} ${APT_PATH}

View File

@ -15,7 +15,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
RPM_PATH="${BASE_PATH}/rpm"
APT_PATH="${BASE_PATH}/apt"
APT_VERSIONS=("xenial" "trusty" "precise" "stretch" "jessie" "wheezy" "squeeze")
APT_VERSIONS=("xenial" "trusty" "precise" "stretch" "jessie" "wheezy" "squeeze" "bionic")
EL_VERSIONS=("5" "6" "7")
mkdir -p ${RPM_PATH} ${APT_PATH}