Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "DebianPackaging" page has been changed by MichaelShuler.
The comment on this change is: export-armor key to stdout and import - don't 
import entire keyring  ;).
http://wiki.apache.org/cassandra/DebianPackaging?action=diff&rev1=8&rev2=9

--------------------------------------------------

  
  {{{
  gpg --keyserver wwwkeys.eu.pgp.net --recv-keys F758CE318D77295D
- sudo apt-key add ~/.gnupg/pubring.gpg
+ gpg --export --armor F758CE318D77295D | sudo apt-key add -
  sudo apt-get update
  }}}
  

Reply via email to