[Erp5-report] r11378 - /erp5/trunk/utils/oood/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 20 12:49:24 CET 2006


Author: kevin
Date: Mon Nov 20 12:49:21 2006
New Revision: 11378

URL: http://svn.erp5.org?rev=11378&view=rev
Log:
Fix path
Transform tabs to spaces
Remove trailing spaces

Modified:
    erp5/trunk/utils/oood/README
    erp5/trunk/utils/oood/config.py
    erp5/trunk/utils/oood/factory.py
    erp5/trunk/utils/oood/runserw.sh
    erp5/trunk/utils/oood/start.py
    erp5/trunk/utils/oood/start.sh

Modified: erp5/trunk/utils/oood/README
URL: http://svn.erp5.org/erp5/trunk/utils/oood/README?rev=11378&r1=11377&r2=11378&view=diff
==============================================================================
--- erp5/trunk/utils/oood/README (original)
+++ erp5/trunk/utils/oood/README Mon Nov 20 12:49:21 2006
@@ -11,7 +11,7 @@
 Patch your SimpleXMLRPCServer.py with this:
 https://sourceforge.net/tracker/?func=detail&atid=305470&aid=893642&group_id=5470
 
-Download the source code from svn. Create a writable tmp directory under your ooodoc_server base dir.
+Download the source code from svn. Create a writable tmp directory under your oood base dir.
 
 If you want to run it remotely on screen-less server, use Xvfb (start it by Xvfb -ac :1, set DISPLAY environment variable to :1, then run start.sh). To run smoothly it needs java-1.4.2-kaffe, which should be installed before intalling OOo rpms (otherwise you can probably activate it with command line switches).
 
@@ -50,7 +50,7 @@
 
 COMMON PROBLEMS
 
-When there is a timeout and OOo instance is restarted, the server throws exception "invalid literal for int" - this probably means that the otput of "ps" command is formatted differently, and you have to experiment with the line 
+When there is a timeout and OOo instance is restarted, the server throws exception "invalid literal for int" - this probably means that the otput of "ps" command is formatted differently, and you have to experiment with the line
       pids=os.popen('ps -A -o pid,ppid | grep %d | cut -f 2 -d " "' % pid)
 in pool.py.
 

Modified: erp5/trunk/utils/oood/config.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/config.py?rev=11378&r1=11377&r2=11378&view=diff
==============================================================================
--- erp5/trunk/utils/oood/config.py (original)
+++ erp5/trunk/utils/oood/config.py Mon Nov 20 12:49:21 2006
@@ -27,7 +27,7 @@
 #
 ##############################################################################
 
-basedir='/home/bartek/ERP/dev/ooodoc/serv/'
+basedir='/home/bartek/ERP/dev/oood/serv/'
 serverhost='127.0.0.1'
 port=8080
 unopath='/opt/openoffice.org2.0/program'

Modified: erp5/trunk/utils/oood/factory.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/factory.py?rev=11378&r1=11377&r2=11378&view=diff
==============================================================================
--- erp5/trunk/utils/oood/factory.py (original)
+++ erp5/trunk/utils/oood/factory.py Mon Nov 20 12:49:21 2006
@@ -35,7 +35,7 @@
 import worker
 
 class WorkerFactory(object):
-  
+
   def __init__(self):
     self.ctxLocal=uno.getComponentContext()
     self.smgrLocal=self.ctxLocal.ServiceManager

Modified: erp5/trunk/utils/oood/runserw.sh
URL: http://svn.erp5.org/erp5/trunk/utils/oood/runserw.sh?rev=11378&r1=11377&r2=11378&view=diff
==============================================================================
--- erp5/trunk/utils/oood/runserw.sh (original)
+++ erp5/trunk/utils/oood/runserw.sh Mon Nov 20 12:49:21 2006
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-python /var/lib/ooodoc_server/runserw.py
+python /var/lib/oood/runserw.py

Modified: erp5/trunk/utils/oood/start.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/start.py?rev=11378&r1=11377&r2=11378&view=diff
==============================================================================
--- erp5/trunk/utils/oood/start.py (original)
+++ erp5/trunk/utils/oood/start.py Mon Nov 20 12:49:21 2006
@@ -28,14 +28,14 @@
 ##############################################################################
 
 import os,time,sys
-sys.path.append('/var/lib/ooodoc_server/')
+sys.path.append('/var/lib/oood/')
 import lib
 import config
 
 '''
 Starts OO instances, number defined in config First, you must install OO 2.0.2
 from RPMs; user directories user_0, user_1 etc. will be created automatically
-by OOo on startup 
+by OOo on startup
 '''
 
 cmdtpl='%s/soffice'

Modified: erp5/trunk/utils/oood/start.sh
URL: http://svn.erp5.org/erp5/trunk/utils/oood/start.sh?rev=11378&r1=11377&r2=11378&view=diff
==============================================================================
--- erp5/trunk/utils/oood/start.sh (original)
+++ erp5/trunk/utils/oood/start.sh Mon Nov 20 12:49:21 2006
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 
-python /var/lib/ooodoc_server/start.py
+python /var/lib/oood/start.py




More information about the Erp5-report mailing list