[Groonga-commit] groonga/groonga at 68caaad [master] packages yum: reduce needless unsigned checks

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Aug 29 13:44:08 JST 2018


Kentaro Hayashi	2018-08-29 13:44:08 +0900 (Wed, 29 Aug 2018)

  Revision: 68caaadffc35895fbdb5b369f89bbeb6e31be98b
  https://github.com/groonga/groonga/commit/68caaadffc35895fbdb5b369f89bbeb6e31be98b

  Message:
    packages yum: reduce needless unsigned checks

  Modified files:
    packages/yum/sign-rpm.sh

  Modified: packages/yum/sign-rpm.sh (+1 -1)
===================================================================
--- packages/yum/sign-rpm.sh    2018-08-29 10:28:21 +0900 (27ec57110)
+++ packages/yum/sign-rpm.sh    2018-08-29 13:44:08 +0900 (7cabfc90a)
@@ -38,7 +38,7 @@ run rm -rf tmp/sign-key
 
 rpms=""
 for distribution in ${DISTRIBUTIONS}; do
-    rpms="${rpms} $(find ${DESTINATION}${distribution} -name '*.rpm' | unsigned_rpms)"
+    rpms="${rpms} $(find ${DESTINATION}${distribution}/[67] -name '*.rpm' | unsigned_rpms)"
 done
 
 echo "NOTE: YOU JUST ENTER! YOU DON'T NEED TO INPUT PASSWORD!"
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180829/986a258a/attachment.htm 



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