Commit fe39331c authored by Łukasz Nowak's avatar Łukasz Nowak

- use portable version of pdftk

 - link pdftk binary to partition's bin directory
 - update new instance template checksum


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44723 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 05ba580f
......@@ -37,6 +37,7 @@ ooo_uno_path = ${libreoffice-bin:location}/basis-link/program
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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment