Kouhei Sutou
null+****@clear*****
Fri May 30 14:06:39 JST 2014
Kouhei Sutou 2014-05-30 14:06:39 +0900 (Fri, 30 May 2014) New Revision: 9b1659c492f86a4dc37ad2c76db12eaded5ac1ce https://github.com/groonga/groonga/commit/9b1659c492f86a4dc37ad2c76db12eaded5ac1ce Message: Add workaround for CentOS 5 :< Modified files: packages/yum/update-repository.sh Modified: packages/yum/update-repository.sh (+3 -1) =================================================================== --- packages/yum/update-repository.sh 2014-05-29 18:48:00 +0900 (ea0fc4b) +++ packages/yum/update-repository.sh 2014-05-30 14:06:39 +0900 (0405859) @@ -23,7 +23,9 @@ run() for distribution in ${DISTRIBUTIONS}; do for dir in ${DESTINATION}${distribution}/*/*; do - test -d $dir && run createrepo $dir + # "--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 done; run cp $script_base_dir/RPM-GPG-KEY-${GPG_KEY_NAME} \ -------------- next part -------------- HTML����������������������������... 다운로드