HAYASHI Kentaro
null+****@clear*****
Wed Jul 24 19:13:49 JST 2013
HAYASHI Kentaro 2013-07-24 19:13:49 +0900 (Wed, 24 Jul 2013) New Revision: 60105f89e351b162921c3c923ef29ef62c41f82f https://github.com/mroonga/mroonga/commit/60105f89e351b162921c3c923ef29ef62c41f82f Message: yum: support MariaDB package experimentally Modified files: packages/yum/Makefile.am Modified: packages/yum/Makefile.am (+4 -1) =================================================================== --- packages/yum/Makefile.am 2013-07-24 19:09:12 +0900 (8f490ee) +++ packages/yum/Makefile.am 2013-07-24 19:13:49 +0900 (6143184) @@ -5,6 +5,7 @@ CHROOT_BASE = /var/lib/chroot HAVE_DEVELOPMENT_BRANCH = no USE_RPMFORGE = no USE_ATRPMS = no +PACKAGES = mysql-mroonga mariadb-mroonga all: @@ -44,6 +45,7 @@ upload: ensure-rsync-path build: build-in-chroot build-in-chroot: source + for package in $(PACKAGES); do \ ./build-in-chroot.sh \ mysql-mroonga \ $(VERSION) \ @@ -55,7 +57,8 @@ build-in-chroot: source '$(DISTRIBUTIONS)' \ '$(HAVE_DEVELOPMENT_BRANCH)' \ '$(USE_RPMFORGE)' \ - '$(USE_ATRPMS)' + '$(USE_ATRPMS)'; \ + done source: ../$(PACKAGE)-$(VERSION).tar.gz -------------- next part -------------- HTML����������������������������...다운로드