add note about logilab key file / apt-get stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Jul 2009 12:55:30 +0200
branchstable
changeset 2239 0f12f1ebf27c
parent 2238 2e69aa0af4ce
child 2240 ff84892900ac
add note about logilab key file / apt-get
doc/book/en/admin/setup.rst
--- a/doc/book/en/admin/setup.rst	Thu Jul 02 11:34:32 2009 +0200
+++ b/doc/book/en/admin/setup.rst	Thu Jul 02 12:55:30 2009 +0200
@@ -46,6 +46,13 @@
 
 There is also a wide variety of cubes listed on http://www.cubicweb.org/Project available as debian packages and tarball.
 
+The repositories are signed with `Logilab's gnupg key`_. To avoid warning on "apt-get update":
+1. become root using sudo 
+2. download http://ftp.logilab.org/dists/logilab-dists-key.asc using e.g. wget
+3. run "apt-key add logilab-dists-key.asc"
+4. re-run apt-get update (manually or through the package manager, whichever you prefer)
+
+.. `Logilab's gnupg key` _http://ftp.logilab.org/dists/logilab-dists-key.asc
 
 Install from source
 ```````````````````