[tor-commits] [ooni-probe/master] Update Vagrantfile to also install geoip-database-contrib.

art at torproject.org art at torproject.org
Sun May 11 15:06:56 UTC 2014


commit 1ba0291b0d86c063c20b16689dd857ffed00700f
Author: Arturo Filastò <art at fuffa.org>
Date:   Sun May 11 16:28:00 2014 +0200

    Update Vagrantfile to also install geoip-database-contrib.
---
 MANIFEST.in |    1 +
 Vagrantfile |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index a2e2625..2384d90 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,3 +5,4 @@ include data/GeoIP.dat
 include data/GeoIPASNum.dat
 include data/GeoLiteCity.dat
 include data/ooniprobe.conf.sample
+include data/ooni.1
diff --git a/Vagrantfile b/Vagrantfile
index 1b41dee..39d9f0f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -28,7 +28,7 @@ gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
 apt-get update
 
 apt-get install -y tor deb.torproject.org-keyring
-apt-get install -y ooniprobe
+apt-get install -y ooniprobe geoip-database-contrib
 
 echo "Login using 'vagrant ssh', and dont forget to run ooniprobe as root."
 echo "First run: 'sudo ooniprobe -i /usr/share/ooni/decks/fast.deck'"





More information about the tor-commits mailing list