[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] copy MySQL packages.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:21:25 JST 2012


Kouhei Sutou	2010-09-04 08:44:40 +0900 (Sat, 04 Sep 2010)

  New Revision: 1a90531d6b50cc6ed6118ecb07fc0a5480eda225
  https://github.com/mroonga/mroonga/commit/1a90531d6b50cc6ed6118ecb07fc0a5480eda225

  Log:
    copy MySQL packages.

  Modified files:
    yum/build-in-chroot.sh

  Modified: yum/build-in-chroot.sh (+4 -0)
===================================================================
--- yum/build-in-chroot.sh    2010-09-04 07:46:27 +0900 (c0977eb)
+++ yum/build-in-chroot.sh    2010-09-04 08:44:40 +0900 (207828f)
@@ -114,6 +114,10 @@ build()
     run mkdir -p $source_pool_dir
     run cp -p $rpm_dir/*-${VERSION}* $binary_pool_dir
     run cp -p $srpm_dir/*-${VERSION}* $source_pool_dir
+    if [ $distribution = "centos" ]; then
+	run cp -p $rpm_dir/MySQL-* $binary_pool_dir
+	run cp -p $srpm_dir/MySQL-* $source_pool_dir
+    fi
 
     dependencies_dir=${build_user_dir}/dependencies
     dependencies_rpm_dir=${dependencies_dir}/RPMS
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index