[or-cvs] r19036: {torvm} Do not include a geoip blob in the tor vm kernel build yet. (torvm/trunk/build/win32/files)

coderman at seul.org coderman at seul.org
Mon Mar 16 06:09:58 UTC 2009


Author: coderman
Date: 2009-03-16 02:09:58 -0400 (Mon, 16 Mar 2009)
New Revision: 19036

Modified:
   torvm/trunk/build/win32/files/buildall.sh
Log:
Do not include a geoip blob in the tor vm kernel build yet.  for now vidalia is handling geoip.

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2009-03-16 05:58:46 UTC (rev 19035)
+++ torvm/trunk/build/win32/files/buildall.sh	2009-03-16 06:09:58 UTC (rev 19036)
@@ -1212,7 +1212,9 @@
   cp $thandir/Thandy.exe bin/
   cp /src/$TOR_DIR/bin/*.exe bin/
   cp /src/$TOR_DIR/contrib/*.ico ./
-  cp /src/$TOR_DIR/share/tor/geoip ./
+  # XXX: disabled for now; we do geoip in Vidalia and this is large.
+  # cp /src/$TOR_DIR/share/tor/geoip ./
+  echo "# The Tor VM kernel builds do not yet ship with a geoip data file" > geoip
   cp /src/$TOR_DIR/src/config/torrc.sample ./
   for FNAME in README Usage.html Authors ChangeLog LICENSE; do
     cp /src/$TOR_DIR/$FNAME ./



More information about the tor-commits mailing list