[Erp5-report] r44723 luke - in /erp5/trunk/software_release/erp5: instance.cfg software.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 29 14:16:55 CEST 2011
Author: luke
Date: Tue Mar 29 14:16:54 2011
New Revision: 44723
URL: http://svn.erp5.org?rev=44723&view=rev
Log:
- use portable version of pdftk
- link pdftk binary to partition's bin directory
- update new instance template checksum
Modified:
erp5/trunk/software_release/erp5/instance.cfg
erp5/trunk/software_release/erp5/software.cfg
Modified: erp5/trunk/software_release/erp5/instance.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/erp5/instance.cfg?rev=44723&r1=44722&r2=44723&view=diff
==============================================================================
--- erp5/trunk/software_release/erp5/instance.cfg [utf8] (original)
+++ erp5/trunk/software_release/erp5/instance.cfg [utf8] Tue Mar 29 14:16:54 2011
@@ -37,6 +37,7 @@ ooo_uno_path = ${libreoffice-bin:locatio
link_binary_list =
${mariadb:location}/bin/mysql
${mariadb:location}/bin/mysqldump
+ ${pdftk:location}/bin/pdftk
${tesseract:location}/bin/tesseract
${w3m:location}/bin/w3m
${xpdf:location}/bin/pdfinfo
Modified: erp5/trunk/software_release/erp5/software.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/erp5/software.cfg?rev=44723&r1=44722&r2=44723&view=diff
==============================================================================
--- erp5/trunk/software_release/erp5/software.cfg [utf8] (original)
+++ erp5/trunk/software_release/erp5/software.cfg [utf8] Tue Mar 29 14:16:54 2011
@@ -27,6 +27,7 @@ extends =
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/mariadb.cfg
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/memcached.cfg
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/mysql-python.cfg
+ https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/pdftk.cfg
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/products-erp5.cfg
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/pysvn-python.cfg
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/python-2.6.cfg
@@ -70,6 +71,7 @@ parts =
hookbox
bootstrap2.6
zabbix-agent
+ pdftk
# Buildoutish
eggs
@@ -119,7 +121,7 @@ section = python2.7
# Default template for erp5 instance.
recipe = slapos.recipe.template
url = https://svn.erp5.org/repos/public/erp5/trunk/software_release/erp5/instance.cfg
-md5sum = 03e14d125ea999f0387145a17ee028b5
+md5sum = fb9ac056a23b750ce2b0cf2b8946f853
output = ${buildout:directory}/template.cfg
mode = 0644
More information about the Erp5-report
mailing list