Commit c6a4bfb0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add file command, that is used in Document.py.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38843 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b73157fa
...@@ -22,7 +22,7 @@ force-zodb-update = false ...@@ -22,7 +22,7 @@ force-zodb-update = false
# User modifable keys: # User modifable keys:
environment = environment =
<environment> <environment>
PATH ${software_definition:software_home}/parts/imagemagick/bin:${software_definition:software_home}/parts/w3m/bin:${software_definition:software_home}/parts/xpdf/bin:${software_definition:software_home}/parts/ghostscript/bin:${software_definition:software_home}/parts/pdftk/bin PATH ${software_definition:software_home}/parts/imagemagick/bin:${software_definition:software_home}/parts/w3m/bin:${software_definition:software_home}/parts/xpdf/bin:${software_definition:software_home}/parts/ghostscript/bin:${software_definition:software_home}/parts/pdftk/bin:${software_definition:software_home}/parts/file/bin
</environment> </environment>
debug-mode = off debug-mode = off
ip-address = 0.0.0.0 ip-address = 0.0.0.0
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../software-profiles/apache.cfg ../software-profiles/apache.cfg
../software-profiles/automake-1.9.cfg ../software-profiles/automake-1.9.cfg
../software-profiles/erp5-2.12.cfg ../software-profiles/erp5-2.12.cfg
../software-profiles/file.cfg
../software-profiles/garbage-collector.cfg ../software-profiles/garbage-collector.cfg
../software-profiles/tokyocabinet.cfg ../software-profiles/tokyocabinet.cfg
../software-profiles/flare.cfg ../software-profiles/flare.cfg
...@@ -39,6 +40,7 @@ versions = versions ...@@ -39,6 +40,7 @@ versions = versions
parts = parts =
itools-build itools-build
apache apache
file
memcached memcached
rdiff-backup rdiff-backup
ocropus ocropus
......
...@@ -10,6 +10,7 @@ extends = ...@@ -10,6 +10,7 @@ extends =
../software-profiles/apache.cfg ../software-profiles/apache.cfg
../software-profiles/automake-1.9.cfg ../software-profiles/automake-1.9.cfg
../software-profiles/erp5.cfg ../software-profiles/erp5.cfg
../software-profiles/file.cfg
../software-profiles/garbage-collector.cfg ../software-profiles/garbage-collector.cfg
../software-profiles/tokyocabinet.cfg ../software-profiles/tokyocabinet.cfg
../software-profiles/flare.cfg ../software-profiles/flare.cfg
...@@ -42,6 +43,7 @@ parts = ...@@ -42,6 +43,7 @@ parts =
eggs eggs
rdiff-backup rdiff-backup
apache apache
file
memcached memcached
ocropus ocropus
haproxy haproxy
......
[buildout]
parts = file
[file]
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.astron.com/pub/file/file-5.04.tar.gz
md5sum = accade81ff1cc774904b47c72c8aeea0
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