From: Yaroslav Halchenko Date: Wed, 13 Aug 2014 17:47:06 +0000 (-0400) Subject: Use longer key id everywhere X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9136435cae9e28615108fcae4482f86c6341900c;p=neurodebian.git Use longer key id everywhere --- diff --git a/debian/TODO b/debian/TODO index 2d80759..43b5232 100644 --- a/debian/TODO +++ b/debian/TODO @@ -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 diff --git a/sphinx/faq.rst b/sphinx/faq.rst index e4b80c3..febb136 100644 --- a/sphinx/faq.rst +++ b/sphinx/faq.rst @@ -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:: diff --git a/sphinx/reposetup.rst b/sphinx/reposetup.rst index 1cbc98a..0a7d950 100644 --- a/sphinx/reposetup.rst +++ b/sphinx/reposetup.rst @@ -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; }