From 082dc68c4c27cb55f53bb4830b3f0fe693f53116 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 17 Nov 2008 02:05:08 +0000 Subject: my notes on fetching the tarball via thandy from the client side git-svn-id: file:///home/or/svnrepo/updater/trunk@17307 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- doc/HOWTO | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'doc/HOWTO') diff --git a/doc/HOWTO b/doc/HOWTO index 9de43ee..641b895 100644 --- a/doc/HOWTO +++ b/doc/HOWTO @@ -233,14 +233,16 @@ Note that the only bundles listed in a timestamp file are the ones under - - - - - - - - - - +FROM THE CLIENT SIDE +-------------------- + +svn checkout https://svn.torproject.org/svn/updater/trunk updater +cd updater +make +make test +python setup.py install --prefix=/home/thandy/install +export PYTHONPATH=/home/thandy/install/lib/ +export PATH=$PATH:`pwd`/install/bin/ + +thandy-client update /bundleinfo/tor/source/ -- cgit v1.2.3