[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] apt: add missing groonga-keyring install

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:43:41 JST 2012


Kouhei Sutou	2012-05-29 16:16:06 +0900 (Tue, 29 May 2012)

  New Revision: ac111cc0040446b8207d383411ece01aba047c07
  https://github.com/mroonga/mroonga/commit/ac111cc0040446b8207d383411ece01aba047c07

  Log:
    apt: add missing groonga-keyring install

  Modified files:
    packages/apt/build-deb.sh

  Modified: packages/apt/build-deb.sh (+2 -0)
===================================================================
--- packages/apt/build-deb.sh    2012-05-29 15:29:08 +0900 (3bc62bb)
+++ packages/apt/build-deb.sh    2012-05-29 16:16:06 +0900 (a225e48)
@@ -70,6 +70,8 @@ if [ ! -f "${groonga_list}" ]; then
 deb http://packages.groonga.org/${distribution}/ ${code_name} ${component}
 deb-src http://packages.groonga.org/${distribution}/ ${code_name} ${component}
 EOF
+    apt-get update
+    run apt-get -y --allow-unauthenticated install groonga-keyring
 fi
 
 run apt-get install -V -y devscripts ${DEPENDED_PACKAGES}
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る