[Groonga-commit] groonga/groonga at d35694e [master] doc: follow the guideline about 3rd party repository

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Aug 22 18:32:32 JST 2018


Kentaro Hayashi	2018-08-22 18:32:32 +0900 (Wed, 22 Aug 2018)

  Revision: d35694e439a6d7d4c36325340bcf9908a9eace38
  https://github.com/groonga/groonga/commit/d35694e439a6d7d4c36325340bcf9908a9eace38

  Message:
    doc: follow the guideline about 3rd party repository
    
    See https://wiki.debian.org/DebianRepository/UseThirdParty

  Modified files:
    doc/source/install/debian.rst

  Modified: doc/source/install/debian.rst (+3 -5)
===================================================================
--- doc/source/install/debian.rst    2018-08-22 12:32:22 +0900 (504ec7adc)
+++ doc/source/install/debian.rst    2018-08-22 18:32:32 +0900 (93ca6ee4b)
@@ -23,14 +23,12 @@ Add the Groonga apt repository.
 
 /etc/apt/sources.list.d/groonga.list::
 
-  deb https://packages.groonga.org/debian/ stretch main
-  deb-src https://packages.groonga.org/debian/ stretch main
+  deb [signed-by=/usr/share/keyrings/groonga-archive-keyring.gpg] https://packages.groonga.org/debian/ stretch main
+  deb-src [signed-by=/usr/share/keyrings/groonga-archive-keyring.gpg] https://packages.groonga.org/debian/ stretch main
 
 Install::
 
-  % sudo apt install -y -V apt-transport-https
-  % sudo apt update --allow-insecure-repositories
-  % sudo apt install -y -V --allow-unauthenticated groonga-keyring
+  % sudo wget -O /usr/share/keyrings/groonga-archive-keyring.gpg https://packages.groonga.org/debian/groonga-archive-keyring.gpg
   % sudo apt update
   % sudo apt install -y -V groonga
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180822/bb14f459/attachment.htm 



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