]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Use longer key id everywhere
authorYaroslav Halchenko <debian@onerussian.com>
Wed, 13 Aug 2014 17:47:06 +0000 (13:47 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Wed, 13 Aug 2014 17:47:14 +0000 (13:47 -0400)
debian/TODO
sphinx/faq.rst
sphinx/reposetup.rst

index 2d80759343378a31f0f65c5867e909a0233d2fc5..43b52322d421a0a5a8c7968896576954bb44a54c 100644 (file)
@@ -56,4 +56,3 @@ echo "I: success"
 
 * popcon: cleanup **only** when upgrading from older version of the neurodebian-popcon
 
-* replace short nd_key_id with the long one
index e4b80c3b9b569170dfe528a49a498b005cddb010..febb136d62fd66d5dd7aeb899d434ff369c28a85 100644 (file)
@@ -112,7 +112,7 @@ Frequently Asked Questions
 
     1. Get the key. Either download the `repository key from here
        <_static/neuro.debian.net.asc>`_
-       or fetch it from http://wwwkeys.pgp.net (2649A5A9).
+       or fetch it from http://wwwkeys.pgp.net (0xA5D32F012649A5A9).
 
     2. Now feed the key into APT by invoking::
 
index 1cbc98a2c5fda6ce3be3938bfb9dc3e1dcd8d2c0..0a7d950e986c9b6187a824585f42822ed80cc239 100644 (file)
@@ -143,7 +143,7 @@ You are ready to go -- enjoy NeuroDebian!
     if(mir in mirrors) {
         var retrepo = "wget -O- http://neuro.debian.net/lists/" + rel + "."
          + mir + "." + comp + " | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list\n"
-         + "sudo apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:80 2649A5A9\n";
+         + "sudo apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:80 0xA5D32F012649A5A9\n";
         return retrepo;
     }