[Groonga-commit] groonga/groonga-normalizer-mysql at 634203f [master] yum: use pre-defined CENTOS_VERSIONS

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Apr 26 16:11:29 JST 2016


HAYASHI Kentaro	2016-04-26 16:11:29 +0900 (Tue, 26 Apr 2016)

  New Revision: 634203f3c7cbc416e96adad2360f4fa24bd96c9f
  https://github.com/groonga/groonga-normalizer-mysql/commit/634203f3c7cbc416e96adad2360f4fa24bd96c9f

  Message:
    yum: use pre-defined CENTOS_VERSIONS

  Modified files:
    packages/yum/Makefile.am

  Modified: packages/yum/Makefile.am (+2 -1)
===================================================================
--- packages/yum/Makefile.am    2016-04-26 16:09:01 +0900 (edd546f)
+++ packages/yum/Makefile.am    2016-04-26 16:11:29 +0900 (3f48f6f)
@@ -1,6 +1,7 @@
 REPOSITORIES_PATH = repositories
 DISTRIBUTIONS = centos
 ARCHITECTURES = i386 x86_64
+CENTOS_VERSIONS = 5 6 7
 
 release: download build sign-packages update-repository upload
 
@@ -38,7 +39,7 @@ build: build-in-vm
 build-in-vm: source specs env.sh
 	vagrant destroy --force
 	for architecture in $(ARCHITECTURES); do		\
-	  for version in 5 6 7; do				\
+	  for version in $(CENTOS_VERSIONS); do			\
 	    if [ $$version = 7 -a $$architecture = i386 ]; then	\
 	      continue;						\
 	    fi;							\
-------------- next part --------------
HTML����������������������������...
다운로드 



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