[Groonga-commit] groonga/groonga at ae1bbf4 [master] Revert "Add workaround for CentOS 5 :<"

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Mar 24 14:37:48 JST 2017


Kentaro Hayashi	2017-03-24 14:37:48 +0900 (Fri, 24 Mar 2017)

  New Revision: ae1bbf4d49c6dac8415dc7d6eef7c740a2972e0e
  https://github.com/groonga/groonga/commit/ae1bbf4d49c6dac8415dc7d6eef7c740a2972e0e

  Message:
    Revert "Add workaround for CentOS 5 :<"
    
    This reverts commit 9b1659c492f86a4dc37ad2c76db12eaded5ac1ce.
    
    We drop CentOS 5 support.

  Modified files:
    packages/yum/update-repository.sh

  Modified: packages/yum/update-repository.sh (+1 -3)
===================================================================
--- packages/yum/update-repository.sh    2017-03-24 14:21:46 +0900 (ffebffb)
+++ packages/yum/update-repository.sh    2017-03-24 14:37:48 +0900 (437d625)
@@ -24,9 +24,7 @@ run()
 
 for distribution in ${DISTRIBUTIONS}; do
     for dir in ${DESTINATION}${distribution}/*/*; do
-	# "--checksum sha" is for CentOS 5. If we drop CentOS 5 support,
-	# we can remove the option.
-	test -d $dir &&	run createrepo --checksum sha $dir
+	test -d $dir &&	run createrepo $dir
     done;
 
     run gpg --armor --export ${GPG_UID} > \
-------------- next part --------------
HTML����������������������������...
Download 



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