[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r18046: {updater} give coderman a howto on adding a new file to the thandy rep (updater/trunk/doc)



Author: arma
Date: 2009-01-09 09:43:49 -0500 (Fri, 09 Jan 2009)
New Revision: 18046

Modified:
   updater/trunk/doc/HOWTO
Log:
give coderman a howto on adding a new file to the thandy repository


Modified: updater/trunk/doc/HOWTO
===================================================================
--- updater/trunk/doc/HOWTO	2009-01-09 14:21:58 UTC (rev 18045)
+++ updater/trunk/doc/HOWTO	2009-01-09 14:43:49 UTC (rev 18046)
@@ -234,8 +234,33 @@
 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
 --------------------