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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 15:32:24 CET 2010


Author: luke
Date: Tue Feb 16 15:32:23 2010
New Revision: 32630

URL: http://svn.erp5.org?rev=32630&view=rev
Log:
 - move TODOs to global TODOs, cleanup from old comments

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=32630&r1=32629&r2=32630&view=diff
==============================================================================
--- erp5/trunk/buildout/TODO.txt [utf8] (original)
+++ erp5/trunk/buildout/TODO.txt [utf8] Tue Feb 16 15:32:23 2010
@@ -20,3 +20,6 @@
    - pyxml (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-pyxml/)
    - threadframe (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-threadframe/)
    - socksipy (http://socksipy.sourceforge.net/)
+ - software-profiles/openoffice-bin.cfg:
+   - autodetection of platform and arch
+   - consider using own recipie

Modified: erp5/trunk/buildout/software-profiles/openoffice-bin.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openoffice-bin.cfg?rev=32630&r1=32629&r2=32630&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] Tue Feb 16 15:32:23 2010
@@ -1,4 +1,3 @@
-# profile to install openoffice from binary (needs host detection)
 [buildout]
 parts =
   openoffice-bin
@@ -12,9 +11,8 @@
 recipe = z3c.recipe.openoffice
 install-pyuno-egg = no
 hack-openoffice-python = no
-# TODO: autodetection of platform and arch
 download-url =
-  http://download.services.openoffice.org/files/stable/3.1.1_LinuxX86-64_install_wJRE_en-US.tar.gz
+  http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxX86-64_install_wJRE_en-US.tar.gz
 unpack-name = OOO310_m19_native_packed-2_en-US.9420
 # below version is internally used in recipe
 version = 3




More information about the Erp5-report mailing list