[tor-commits] [torflow/master] 4355 - correct inconsistency in documentation
mikeperry at torproject.org
mikeperry at torproject.org
Wed Nov 9 23:05:22 UTC 2011
commit 556ebd57f0176392a8934053e06b2efb81b3c3a2
Author: aagbsn <aagbsn at extc.org>
Date: Sat Oct 29 21:00:05 2011 -0700
4355 - correct inconsistency in documentation
We incorrectly reference SQLAlchemy-5.5. Updated to reference
SQLAlchemy-7.x
---
NetworkScanners/BwAuthority/README.BwAuthorities | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NetworkScanners/BwAuthority/README.BwAuthorities b/NetworkScanners/BwAuthority/README.BwAuthorities
index 2653404..bfdffde 100644
--- a/NetworkScanners/BwAuthority/README.BwAuthorities
+++ b/NetworkScanners/BwAuthority/README.BwAuthorities
@@ -32,7 +32,7 @@ No special configure script options are needed, but again, both
need to be running the master branch from tor git.
-4. Download SQLAlchemy 0.5.x-latest and Elixir 0.6.x-latest
+4. Download SQLAlchemy 0.7.x-latest and Elixir 0.7.x-latest
The latest version of SQLAlchemy is 0.7.2 and the latest version of Elixir
is 0.7.1 at the time of writing. While TorFlow is written to be compatible
@@ -95,7 +95,7 @@ The new user should have write access to your bwscan dir from step 5.
This is the script that will launch the scanners. By default, it
launches four in parallel, and expects the git checkout to be in
../../../tor.git/, and the SQLAlchemy extraction to be in
-../../../SQLAlchemy-0.5.5
+../../../SQLAlchemy-0.7.x
Again, note that this is the same directory that contains the
torflow checkout directory.
More information about the tor-commits
mailing list