From 57993ef1a78450cd9b61017eaad5544d8f042edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 16 Feb 2010 13:38:06 +0000 Subject: [PATCH] - those parameters are not part of global configuration - they are section specific tweaks git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32619 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/openoffice-bin.cfg | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/buildout/software-profiles/openoffice-bin.cfg b/buildout/software-profiles/openoffice-bin.cfg index b310354e15..125cbd8cd3 100644 --- a/buildout/software-profiles/openoffice-bin.cfg +++ b/buildout/software-profiles/openoffice-bin.cfg @@ -4,14 +4,6 @@ parts = 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 @@ openoffice_uno = ${openoffice-bin:location}/basis-link/program/ 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 -- 2.30.9