diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-09 14:43:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-09 14:43:49 +0000 |
commit | e6ce8ca24939e3b853e2458a3366b2771eee9ed9 (patch) | |
tree | 213e7020d01baab56009476dffd8256a3721f2e1 /doc/HOWTO | |
parent | 86e30579b5032011383d63f8343c2a63059e0844 (diff) |
give coderman a howto on adding a new file to the thandy repository
git-svn-id: file:///home/or/svnrepo/updater/trunk@18046 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'doc/HOWTO')
-rw-r--r-- | doc/HOWTO | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -234,7 +234,32 @@ your clients' settings. For example, Note that the only bundles listed in a timestamp file are the ones under /bundleinfo/ in the repository. +Summary of how to add a new file to the Thandy repository +--------------------------------------------------------- +ssh thandy@moria + +cd updater-svn, svn update, make, make test, +python setup.py install --prefix=/home/thandy/updater-live/ + +make sure your PATH, PYTHONPATH, and REPOSITORY env variables are +set right. in theory the thandy dotfiles will do this for you. + +cd public_html/thandy/data/win32/ and wget your file + +cd updater-svn/config, edit tor-win32-package.cfg to taste + +thandy-pk makepackage tor-win32-package.cfg /home/thandy/public_html/thandy/data/win32/tor-xx.msi + +thandy-server insert tor-0.2.1.9-alpha.txt + +edit tor-win32-bundle.cfg to taste + +thandy-pk makebundle tor-win32-bundle.cfg tor-0.2.1.9-alpha.txt + +thandy-server insert tor-win32-bundle-0.2.1.9.txt + +thandy-server timestamp FROM THE CLIENT SIDE -------------------- |