[Piuparts-commits] rev 215 - in piatti: . home/piupartsm

Holger Levsen holger at alioth.debian.org
Wed Mar 11 16:54:54 UTC 2009


Author: holger
Date: 2009-03-11 16:54:53 +0000 (Wed, 11 Mar 2009)
New Revision: 215

Removed:
   piatti/home/piupartsm/piuparts-master/
Modified:
   piatti/README.txt
Log:
move piatti:~/piupartsplan.txt into this README.txt, remove unused dir

Modified: piatti/README.txt
===================================================================
--- piatti/README.txt	2009-03-11 16:25:16 UTC (rev 214)
+++ piatti/README.txt	2009-03-11 16:54:53 UTC (rev 215)
@@ -1 +1,38 @@
-To be written
+Notes about the installation 
+============================
+
+todo
+----
+- use local mirror
+- document/do: /var/www needs to be populated, /etc/apache2/ too
+- something creates /org/piuparts.do/etc/piuparts/ - that shouldnt happen
+- document users needed
+- document sudoers need
+- in -master.py and -slave.py: create master + slave dirs if they dont exists 
+- move /home/*/bin/* into piuparts/trunk (cleanup as option for the commands, and stats as seperate piuparts-stats script)
+
+done
+----
+- in /org/
+	svn co svn://svn.debian.org/svn/piuparts/piatti/org/piuparts.debian.org .
+	mkdir slave master tmp && chmod g+w slave master
+- in /home/piupartss:
+	put "export PYTHONPATH=/org/piuparts.debian.org/lib/python2.4/site-packages:/org/piuparts.debian.org/lib/python2.5/site-packages" into .bashrc
+- in /home/piupartsm:
+	put id_rsa.pub from piupartss into .ssh/authorized_keys
+	put "export PYTHONPATH=/org/piuparts.debian.org/lib/python2.4/site-packages:/org/piuparts.debian.org/lib/python2.5/site-packages" into .bashrc
+- installation from svn source
+	cd /org/puiparts.debian.org
+	svn co svn://svn.debian.org/svn/piuparts/trunk src
+        cd src
+	make prefix=/org/piuparts.debian.org etcdir=/org/piuparts.debian.org/etc install
+
+to start a new run and throw away all results:
+----------------------------------------------
+piupartss at piatti:/org/piuparts.debian.org$ sudo rm slave/ master/ -Rf && mkdir slave master && chmod g+w slave master && cd slave && nice python ../share/piuparts/piuparts-slave.py
+# should probably become an option for piuparts-slave :)
+
+
+March 2009
+Luk Claes <luk at debian.org>
+Holger Levsen <holger at debian.org> 




More information about the Piuparts-commits mailing list