Navigation Menu

Skip to content

Commit

Permalink
yum: re-enable mysql55-mroonga and CentOS 5 i386
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 10, 2014
1 parent c362f96 commit eee5dba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/yum/build-in-vm.sh
Expand Up @@ -31,7 +31,6 @@ for mysql_variant in ${MYSQL_VARIANTS}; do
case ${mysql_variant} in
mysql55)
centos_versions="5 6"
architectures="$(echo ${architectures} | sed -e 's/i386//')"
;;
mysql56-community)
centos_versions="6 7"
Expand All @@ -43,6 +42,9 @@ for mysql_variant in ${MYSQL_VARIANTS}; do

for architecture in ${architectures}; do
for centos_version in ${centos_versions}; do
if [ ${mysql_variant} = mysql55 -a ${centos_version} = 6 -a ${architecture} = i386 ]; then
continue
fi
if [ ${centos_version} = 7 -a ${architecture} = i386 ]; then
continue
fi
Expand Down

0 comments on commit eee5dba

Please sign in to comment.