null+****@clear*****
null+****@clear*****
2012年 5月 29日 (火) 16:16:06 JST
Kouhei Sutou 2012-05-29 16:16:06 +0900 (Tue, 29 May 2012) New Revision: 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}