Navigation Menu

Skip to content

Commit

Permalink
rpm centos: drop CentOS 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Mar 24, 2017
1 parent e953129 commit 5fcab2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions packages/yum/Vagrantfile
Expand Up @@ -6,14 +6,6 @@ VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vms = [
{
:id => "centos-5-i386",
:box => "bento/centos-5.11-i386",
},
{
:id => "centos-5-x86_64",
:box => "bento/centos-5.11",
},
{
:id => "centos-6-i386",
:box => "bento/centos-6.8-i386",
Expand Down
2 changes: 1 addition & 1 deletion packages/yum/build-in-vm.sh
Expand Up @@ -30,7 +30,7 @@ for mysql_variant in ${MYSQL_VARIANTS}; do
architectures="${ARCHITECTURES}"
case ${mysql_variant} in
mysql55)
centos_versions="5 6"
centos_versions="6"
;;
mysql56-community)
centos_versions="6 7"
Expand Down

0 comments on commit 5fcab2a

Please sign in to comment.