[Groonga-commit] groonga/groonga [master] yum: changes to give priority to 'updates' repository

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Aug 24 12:32:35 JST 2012


HAYASHI Kentaro	2012-08-24 12:32:35 +0900 (Fri, 24 Aug 2012)

  New Revision: 96df302b0983cb1bae951fc26f7f264b314c920c
  https://github.com/groonga/groonga/commit/96df302b0983cb1bae951fc26f7f264b314c920c

  Log:
    yum: changes to give priority to 'updates' repository

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

  Modified: packages/yum/build-rpm.sh (+2 -2)
===================================================================
--- packages/yum/build-rpm.sh    2012-08-24 10:05:36 +0900 (1c7d335)
+++ packages/yum/build-rpm.sh    2012-08-24 12:32:35 +0900 (b46d038)
@@ -109,9 +109,9 @@ mkdir -p dependencies/SRPMS
 
 mkdir -p tmp
 cd tmp
-wget \$base/\$srpm
+wget \$update/\$srpm
 if [ \$? -ne 0 ]; then
-  wget \$update/\$srpm
+  wget \$base/\$srpm
 fi
 rpm2cpio \$srpm | cpio -id
 rm \$srpm
-------------- next part --------------
HTML����������������������������...
下載 



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