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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 31 10:33:50 CET 2007


Author: kevin
Date: Wed Jan 31 10:33:49 2007
New Revision: 12474

URL: http://svn.erp5.org?rev=12474&view=rev
Log:
Increase timeouts

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=12474&r1=12473&r2=12474&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Wed Jan 31 10:33:49 2007
@@ -25,7 +25,7 @@
 # Metadatas
 description = """ERP5 LiveCD demonstrates the power of the Open Source ERP Software, ERP5."""
 canonical_name = 'ERP5 LiveCD'
-version = '1.0rc11-build19'
+version = '1.0rc11-build20'
 
 ### Kernels
 # TODO: generate both 32bit and 64bit version of the liveCD.
@@ -166,9 +166,9 @@
   , "grep -RIl '/var/spool/postfix' /etc/ | xargs -i sed -i -e 's/\/var\/spool\/postfix/\/etc\/postfix\/chroot/g' {}"
 
   # Increase and add some oood timeouts for the live CD because CDROM are slower than HDD !
-  , 'sed -i -e "s/# Initialize the Pool/# Initialize the Pool\\n  sleep 90 # Hack for Live CD: wait a bit to let dm service start completely, else oood will fail to run/g" /etc/rc.d/init.d/oood'
-  , 'sed -i -e "s/instance_load_time    = 120/instance_load_time    = 180/g" /etc/oood/config.py'
-  , 'sed -i -e "s/sleep 10/sleep 20/g" /etc/rc.d/init.d/oood'
+  , 'sed -i -e "s/# Initialize the Pool/# Initialize the Pool\\n  sleep 180 # Hack for Live CD: wait a bit to let dm service start completely, else oood will fail to run/g" /etc/rc.d/init.d/oood'
+  , 'sed -i -e "s/instance_load_time    = 120/instance_load_time    = 210/g" /etc/oood/config.py'
+  , 'sed -i -e "s/sleep 10/sleep 30/g" /etc/rc.d/init.d/oood'
   )
 
 # A list of hint packages (packages which are required to proceed to preparation)




More information about the Erp5-report mailing list