HAYASHI Kentaro
null+****@clear*****
Wed Mar 26 18:45:04 JST 2014
HAYASHI Kentaro 2014-03-26 18:45:04 +0900 (Wed, 26 Mar 2014) New Revision: cb790b924eaa9589f9a0d0b8074254cfa16e1abf https://github.com/mroonga/mroonga/commit/cb790b924eaa9589f9a0d0b8074254cfa16e1abf Message: rpm centos: skip to build mysql55-mroonga package on CentOS 6 i386 architecture SCL packages are not provided on i386 architecture yet. Modified files: packages/yum/build-in-chroot.sh Modified: packages/yum/build-in-chroot.sh (+7 -0) =================================================================== --- packages/yum/build-in-chroot.sh 2014-03-26 18:43:23 +0900 (ae16e59) +++ packages/yum/build-in-chroot.sh 2014-03-26 18:45:04 +0900 (84b554d) @@ -196,6 +196,13 @@ for architecture in $ARCHITECTURES; do continue fi fi + if [ $distribution_version -eq 6 ]; then + if [ "$PACKAGE" = "mysql55-mroonga" ]; then + if [ "$architecture" = "i386" ]; then + continue + fi + fi + fi if test "$parallel" = "yes"; then build $architecture $distribution $distribution_version & else -------------- next part -------------- HTML����������������������������...Download