[Erp5-report] r32619 luke - /erp5/trunk/buildout/software-profiles/openoffice-bin.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 14:38:10 CET 2010


Author: luke
Date: Tue Feb 16 14:38:06 2010
New Revision: 32619

URL: http://svn.erp5.org?rev=32619&view=rev
Log:
 - those parameters are not part of global configuration - they are section specific tweaks

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

Modified: erp5/trunk/buildout/software-profiles/openoffice-bin.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openoffice-bin.cfg?rev=32619&r1=32618&r2=32619&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/openoffice-bin.cfg [utf8] Tue Feb 16 14:38:06 2010
@@ -4,14 +4,6 @@
   openoffice-bin
 
 [configuration]
-# autodetection required
-openoffice-bin_arch = X86-64
-# autodetection required
-openoffice-bin_system = Linux
-openoffice-bin_version = 3.1.1
-openoffice-bin_base = http://download.services.openoffice.org/files/stable/${:openoffice-bin_version}
-openoffice-bin_target_dir = OOO310_m19_native_packed-2_en-US.9420
-
 openoffice_python = ${openoffice-bin:location}/basis-link/program/python.bin
 openoffice_program = ${openoffice-bin:location}/program
 openoffice_uno = ${openoffice-bin:location}/basis-link/program/
@@ -20,9 +12,10 @@
 recipe = z3c.recipe.openoffice
 install-pyuno-egg = no
 hack-openoffice-python = no
+# TODO: autodetection of platform and arch
 download-url =
-  ${configuration:openoffice-bin_base}/OOo_${configuration:openoffice-bin_version}_${configuration:openoffice-bin_system}${configuration:openoffice-bin_arch}_install_wJRE_en-US.tar.gz
-unpack-name = ${configuration:openoffice-bin_target_dir}
+  http://download.services.openoffice.org/files/stable/3.1.1_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