summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-17 01:41:01 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-17 01:41:01 +0000
commit92b784be5aa3fbb05d74d45b11bc5c027f1054a3 (patch)
tree3d2faab6c7d16ec9b7a38e596869a92c381cccb4 /doc
parent52d18944cb0f0cdff590c3642d3b15cecd01563d (diff)
write down the crontab entry we use
git-svn-id: file:///home/or/svnrepo/updater/trunk@17305 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'doc')
-rw-r--r--doc/HOWTO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/HOWTO b/doc/HOWTO
index fb702f6..9de43ee 100644
--- a/doc/HOWTO
+++ b/doc/HOWTO
@@ -224,8 +224,9 @@ To generate a timestamp, run
thandy-server timestamp
If you're running a repository, you should have this in a crontab file,
-sat to run periodically. Every 10-60 minutes would be fine, depending on
-your clients' settings.
+set to run periodically. Every 10-60 minutes would be fine, depending on
+your clients' settings. For example,
+23,53 * * * * PYTHONPATH=/home/thandy/updater-live/lib/ THANDY_MASTER_REPO=/home/thandy/public_html/thandy/ /home/thandy/updater-live/bin/thandy-server timestamp
Note that the only bundles listed in a timestamp file are the ones under
/bundleinfo/ in the repository.