[Erp5-report] r7524 - /umigumi/trunk/config/erp5_cd.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 29 11:58:00 CEST 2006


Author: kevin
Date: Mon May 29 11:57:57 2006
New Revision: 7524

URL: http://svn.erp5.org?rev=7524&view=rev
Log:
Delete zope and mysql default data because mklivecd no longer do it automatically.
Update version number.

Modified:
    umigumi/trunk/config/erp5_cd.py

Modified: umigumi/trunk/config/erp5_cd.py
URL: http://svn.erp5.org/umigumi/trunk/config/erp5_cd.py?rev=7524&r1=7523&r2=7524&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Mon May 29 11:57:57 2006
@@ -25,7 +25,7 @@
 # Metadatas
 description = """ERP5 LiveCD demonstrates the power of the Open Source ERP Software, ERP5."""
 canonical_name = 'ERP5 LiveCD'
-version = '1.0rc10-build-8'
+version = '1.0rc11-build01'
 
 ### Kernels
 # Use 'smp' kernel flavour for servers
@@ -440,8 +440,9 @@
   file_remove_list = ( '^/initrd'
                      , '^/usr/share/man/.'
                      , '^/usr/share/info/.'
-                     #, '^/var/lib/mysql'
-                     #, '^/var/lib/zope'
+                     , '^/var/lib/mysql'
+                     , '^/var/lib/zope'
+                     , '^/var/log/zope'
                      )
 
 # Service to not start at boot time




More information about the Erp5-report mailing list