[Erp5-report] r45864 rafael - /erp5/trunk/software_release/cloudooo/software.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 20 00:30:43 CEST 2011


Author: rafael
Date: Fri May 20 00:30:42 2011
New Revision: 45864

URL: http://svn.erp5.org?rev=45864&view=rev
Log:
Load install eggs used by cloudooo client.

Modified:
    erp5/trunk/software_release/cloudooo/software.cfg

Modified: erp5/trunk/software_release/cloudooo/software.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/cloudooo/software.cfg?rev=45864&r1=45863&r2=45864&view=diff
==============================================================================
--- erp5/trunk/software_release/cloudooo/software.cfg [utf8] (original)
+++ erp5/trunk/software_release/cloudooo/software.cfg [utf8] Fri May 20 00:30:42 2011
@@ -37,20 +37,31 @@ parts =
   liberation-fonts
   ipaex-fonts
 
-  bootstrap2.6
-  cloudooo
-  template
+# Dependencies
   imagemagick
   file
-  xpdf
+  xpdf 
   pdftk
   ffmpeg
 
+  instance-recipe-egg
+  bootstrap2.6
+  cloudooo
+
+  template
+
 [instance-recipe]
 # Note: In case if specific instantiation recipe is used this is the place to
 # put its name
 name = slapos.recipe.cloudooo
 
+[instance-recipe-egg]
+recipe = zc.recipe.egg
+python = python2.6
+eggs =
+# instantiation egg
+  ${instance-recipe:name}
+
 [bootstrap2.6]
 python = python2.6
 



More information about the Erp5-report mailing list