# HG changeset patch # User Sylvain Thénault # Date 1246532130 -7200 # Node ID 0f12f1ebf27c97a9a6ce6865117e4aec6ad4c414 # Parent 2e69aa0af4ce3fc9572175b462da72454dcfd138 add note about logilab key file / apt-get diff -r 2e69aa0af4ce -r 0f12f1ebf27c 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 ```````````````````