[Erp5-report] r41053 luke - in /erp5/trunk/buildout: ./ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 2 17:13:19 CET 2010


Author: luke
Date: Thu Dec  2 17:13:19 2010
New Revision: 41053

URL: http://svn.erp5.org?rev=41053&view=rev
Log:
 - moved to profile

Modified:
    erp5/trunk/buildout/TODO.txt
    erp5/trunk/buildout/software-profiles/openoffice-bin.cfg

Modified: erp5/trunk/buildout/TODO.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/TODO.txt?rev=41053&r1=41052&r2=41053&view=diff
==============================================================================
--- erp5/trunk/buildout/TODO.txt [utf8] (original)
+++ erp5/trunk/buildout/TODO.txt [utf8] Thu Dec  2 17:13:19 2010
@@ -1,5 +1,2 @@
- - software-profiles/openoffice-bin.cfg:
-   - consider using own recipe or zorg.recipe.openoffice, which would be
-     closer to buildout usage (internal cache, etc)
  - make eggs defined with standalone instance recipe inside instance instead
    of globally for buildout

Modified: erp5/trunk/buildout/software-profiles/openoffice-bin.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openoffice-bin.cfg?rev=41053&r1=41052&r2=41053&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] Thu Dec  2 17:13:19 2010
@@ -4,6 +4,10 @@ parts =
   openoffice-bin
 
 [openoffice-bin]
+# XXX: This section and recipe have to be reviewed against using
+# zc.buildout.download API and generally following zc.buildout way
+# of dealing with remote resources
+
 #recipe = erp5.recipe.openoffice
 recipe = z3c.recipe.openoffice
 install-pyuno-egg = no



More information about the Erp5-report mailing list