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

Compile and activate grep on instance.

parent 9a533d9b
...@@ -44,6 +44,7 @@ link_binary_list = ...@@ -44,6 +44,7 @@ link_binary_list =
${coreutils:location}/bin/uname ${coreutils:location}/bin/uname
${git:location}/bin/git ${git:location}/bin/git
${graphviz:location}/bin/dot ${graphviz:location}/bin/dot
${grep:location}/bin/grep
${imagemagick:location}/bin/convert ${imagemagick:location}/bin/convert
${mariadb:location}/bin/mysql ${mariadb:location}/bin/mysql
${mariadb:location}/bin/mysqldump ${mariadb:location}/bin/mysqldump
......
...@@ -48,6 +48,7 @@ extends = ...@@ -48,6 +48,7 @@ extends =
profile/zabbix.cfg profile/zabbix.cfg
profile/sed.cfg profile/sed.cfg
profile/coreutils.cfg profile/coreutils.cfg
profile/grep.cfg
versions = versions versions = versions
...@@ -129,7 +130,7 @@ section = python2.7 ...@@ -129,7 +130,7 @@ section = python2.7
# Default template for erp5 instance. # Default template for erp5 instance.
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 9f242075d72944e599d32a80f8e5127b md5sum = 51c68d6c986cda6160f9192fea292b7f
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 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