[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20466: {torflow} This is the stable branch of torflow. It should refer to dir (torflow/branches/stable/NetworkScanners/BwAuthority)
Author: mikeperry
Date: 2009-09-02 20:29:36 -0400 (Wed, 02 Sep 2009)
New Revision: 20466
Modified:
torflow/branches/stable/NetworkScanners/BwAuthority/README.BwAuthorities
Log:
This is the stable branch of torflow. It should refer to
directories as torflow-stable, not torflow-trunk.
Modified: torflow/branches/stable/NetworkScanners/BwAuthority/README.BwAuthorities
===================================================================
--- torflow/branches/stable/NetworkScanners/BwAuthority/README.BwAuthorities 2009-09-02 19:14:33 UTC (rev 20465)
+++ torflow/branches/stable/NetworkScanners/BwAuthority/README.BwAuthorities 2009-09-03 00:29:36 UTC (rev 20466)
@@ -54,7 +54,7 @@
# ls ~/code/tor/
Elixir-0.6.1 SQLAlchemy-0.5.5 tor.git
-Elixir-0.6.1.tar.gz SQLAlchemy-0.5.5.tar.gz torflow-trunk
+Elixir-0.6.1.tar.gz SQLAlchemy-0.5.5.tar.gz torflow-stable
Both these libraries also depend upon python-pysqlite2, which should be
a package for your distribution (you want 2.3.x for SQLite 3.x).
@@ -107,12 +107,12 @@
make your own copy before you install the cron job:
# cp cron.sh cron-mine.sh
-# echo -e "`crontab -l`\n45 0-23 * * * $HOME/code/torflow-trunk/NetworkScanners/BwAuthority/cron-mine.sh" | crontab
+# echo -e "`crontab -l`\n45 0-23 * * * $HOME/code/torflow-stable/NetworkScanners/BwAuthority/cron-mine.sh" | crontab
You probably also want to make sure that the run_scan.sh script is started
every reboot under this same user. You can do this via:
-# echo -e "@reboot $HOME/code/torflow-trunk/NetworkScanners/BwAuthority/run_scan.sh\n`crontab -l`" | crontab
+# echo -e "@reboot $HOME/code/torflow-stable/NetworkScanners/BwAuthority/run_scan.sh\n`crontab -l`" | crontab
Note that authorities vote every hour starting at 50 past the hour.
Hence the 45 to give us time to gather the results and copy them over.