HAYASHI Kentaro
null+****@clear*****
Wed Jul 24 19:21:26 JST 2013
HAYASHI Kentaro 2013-07-24 19:21:26 +0900 (Wed, 24 Jul 2013) New Revision: 3dcb2ce1929a27f2a883b7062952d250e5529991 https://github.com/mroonga/mroonga/commit/3dcb2ce1929a27f2a883b7062952d250e5529991 Message: yum: skip building mariadb package on CentOS Modified files: packages/yum/build-in-chroot.sh Modified: packages/yum/build-in-chroot.sh (+3 -0) =================================================================== --- packages/yum/build-in-chroot.sh 2013-07-24 19:16:01 +0900 (d34bf55) +++ packages/yum/build-in-chroot.sh 2013-07-24 19:21:26 +0900 (37d323d) @@ -161,6 +161,9 @@ for architecture in $ARCHITECTURES; do distribution_versions="19" ;; centos) + if [ "$PACKAGE" = "mariadb-mroonga" ]; then + continue + fi if [ -n "$CENTOS_VERSIONS" ]; then distribution_versions="$CENTOS_VERSIONS" else -------------- next part -------------- HTML����������������������������...Download