Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Lu Xu
erp5
Commits
c784a9e5
Commit
c784a9e5
authored
May 24, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile and activate grep on instance.
parent
9a533d9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
slapos/instance.cfg
slapos/instance.cfg
+1
-0
slapos/software.cfg
slapos/software.cfg
+2
-1
No files found.
slapos/instance.cfg
View file @
c784a9e5
...
@@ -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
...
...
slapos/software.cfg
View file @
c784a9e5
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment