[tor-commits] [ooni-probe/master] Use the full fingerprint as the download specifier.

isis at torproject.org isis at torproject.org
Thu Jun 6 16:43:24 UTC 2013


commit 7978b6156078a6e259529d0b23cf6a1931ad356b
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Jun 6 13:54:58 2013 +0000

    Use the full fingerprint as the download specifier.
---
 Vagrantfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 52107e8..ed3250c 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -125,7 +125,7 @@ echo "Installing Tor..."
 
 echo "deb http://deb.torproject.org/torproject.org precise main" >> /etc/apt/source.list
 
-gpg --keyserver keys.gnupg.net --recv 886DDD89
+gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
 
 apt-get update





More information about the tor-commits mailing list