[Erp5-report] r31996 luke - /erp5/trunk/buildout/openoffice-bin/buildout.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 26 17:56:18 CET 2010
Author: luke
Date: Tue Jan 26 17:56:14 2010
New Revision: 31996
URL: http://svn.erp5.org?rev=31996&view=rev
Log:
- fix download location (openoffice-bin_arch had typo)
- reorganise file (comments are not supported after variables)
- inform about internally used variable
Modified:
erp5/trunk/buildout/openoffice-bin/buildout.cfg
Modified: erp5/trunk/buildout/openoffice-bin/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/openoffice-bin/buildout.cfg?rev=31996&r1=31995&r2=31996&view=diff
==============================================================================
--- erp5/trunk/buildout/openoffice-bin/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/openoffice-bin/buildout.cfg [utf8] Tue Jan 26 17:56:14 2010
@@ -4,11 +4,12 @@
openoffice-bin
[configuration]
-openoffice-bin_arch = X86_64 # autodetection required
-openoffice-bin_system = Linux # autodetection required
+# 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_base = http://download.services.openoffice.org/files/stable/${:openoffice-bin_version}
openoffice-bin_target_dir = OOO310_m19_native_packed-2_en-US.9420
[openoffice-bin]
@@ -20,4 +21,5 @@
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}
+# below version is internally used in recipe
version = 3
More information about the Erp5-report
mailing list