[Erp5-report] r37610 gabriel - /erp5/trunk/utils/cloudooo/cloudooo/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 6 18:42:10 CEST 2010


Author: gabriel
Date: Fri Aug  6 18:42:10 2010
New Revision: 37610

URL: http://svn.erp5.org?rev=37610&view=rev
Log:
- remove VERSION.txt because the version is defined in setup.py
- change log message
- update NEWS and README

Removed:
    erp5/trunk/utils/cloudooo/cloudooo/VERSION.txt
Modified:
    erp5/trunk/utils/cloudooo/cloudooo/NEWS
    erp5/trunk/utils/cloudooo/cloudooo/README
    erp5/trunk/utils/cloudooo/cloudooo/utils.py

Modified: erp5/trunk/utils/cloudooo/cloudooo/NEWS
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/NEWS?rev=37610&r1=37609&r2=37610&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/NEWS [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/NEWS [utf8] Fri Aug  6 18:42:10 2010
@@ -1,6 +1,9 @@
+1.0
+===
+  - Fix basic compatibilities with the ERP5
 0.6
 ===
-  - removed the configurationmanager.py.
+  - Removed the configurationmanager.py.
 0.5
 ===
   - Removed the possibility of infinite loop in getAvailableOO. 

Modified: erp5/trunk/utils/cloudooo/cloudooo/README
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/README?rev=37610&r1=37609&r2=37610&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/README [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/README [utf8] Fri Aug  6 18:42:10 2010
@@ -9,6 +9,7 @@ Python Dependencies
  - WSGIUtils 
  - PasteDeploy
  - PasteScript
+ - psutil
  
 Instalation in Mandriva:
  - urpmi xvfb

Removed: erp5/trunk/utils/cloudooo/cloudooo/VERSION.txt
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/VERSION.txt?rev=37609&view=auto
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/VERSION.txt [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/VERSION.txt (removed)
@@ -1 +0,0 @@
-Oood 0.6

Modified: erp5/trunk/utils/cloudooo/cloudooo/utils.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/utils.py?rev=37610&r1=37609&r2=37610&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/utils.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/utils.py [utf8] Fri Aug  6 18:42:10 2010
@@ -34,7 +34,7 @@ from os import listdir, remove
 from shutil import rmtree
 import logging
 
-logger = logging.getLogger('Oood')
+logger = logging.getLogger('Cloudooo')
 
 def removeDirectory(path):
   """Remove directory"""




More information about the Erp5-report mailing list