[Groonga-mysql-commit] mroonga/mroonga [master] apt: remove needless importing GPG sign key by apt-key

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 4月 29日 (日) 09:08:56 JST


Kouhei Sutou	2012-04-29 09:08:56 +0900 (Sun, 29 Apr 2012)

  New Revision: 68f4fe23bff65c6fa77cea52ab1e068050c39645

  Log:
    apt: remove needless importing GPG sign key by apt-key

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

  Modified: packages/apt/build-deb.sh (+0 -5)
===================================================================
--- packages/apt/build-deb.sh    2012-04-29 09:00:01 +0900 (cfb3165)
+++ packages/apt/build-deb.sh    2012-04-29 09:08:56 +0900 (410c9b5)
@@ -22,11 +22,6 @@ run()
 grep '^deb ' /etc/apt/sources.list | \
     sed -e 's/^deb /deb-src /' > /etc/apt/sources.list.d/base-source.list
 
-groonga_apt_key=1C837F31
-if ! apt-key list | grep -q ${groonga_apt_key}; then
-    apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ${groonga_apt_key}
-fi
-
 if [ ! -x /usr/bin/aptitude ]; then
     run apt-get update
     run apt-get install -y aptitude




Groonga-mysql-commit メーリングリストの案内
Zurück zum Archiv-Index