Author: poeml Date: Thu Nov 5 15:55:02 2009 New Revision: 7856 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7856&view=rev Log: installation/debian: - packages are now signed, thus remove the respective note from the instructions, and add instructions how to import the GPG key Modified: trunk/docs/installation/debian.rst Modified: trunk/docs/installation/debian.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/debian.rst?rev=7856&r1=7855&r2=7856&view=diff ============================================================================== --- trunk/docs/installation/debian.rst (original) +++ trunk/docs/installation/debian.rst Thu Nov 5 15:55:02 2009 _at_@ -27,13 +27,31 @@ http://download.opensuse.org/repositories/Apache:/MirrorBrain/ for other Ubuntu and Debian releases. - After adding the repository, update the local :program:`apt-get` package cache:: sudo apt-get update +That will produce a warning message saying that a GPG key isn't known for the +new package repository. Take note of the key ID and import the key with `apt-key`:: + + # sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 9584A164BD6D129A + Executing: gpg --ignore-time-conflict --no-options --no-default-keyring \ + --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg \ + --keyring /etc/apt/trusted.gpg --keyserver hkp://keys.gnupg.net --recv-keys \ + 9584A164BD6D129A + gpg: requesting key BD6D129A from hkp server keys.gnupg.net + gpg: key BD6D129A: public key "Apache OBS Project <Apache_at_build.opensuse.org>" imported + gpg: no ultimately trusted keys found + gpg: Total number processed: 1 + gpg: imported: 1 + +If you now run :program:`apt-get` again, the warning should be gone:: + + sudo apt-get update + + Install the MirrorBrain packages -------------------------------- _at_@ -42,11 +60,6 @@ sudo apt-get install mirrorbrain mirrorbrain-tools mirrorbrain-scanner \ libapache2-mod-mirrorbrain libapache2-mod-autoindex-mb - - -.. note:: - The packages are unsigned, thus a corresponding warning needs to be - answered with 'y'. Install an Apache MPM _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Thu Nov 05 2009 - 14:55:06 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT