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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
erp5
Commits
14007e63
Commit
14007e63
authored
May 24, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide cat utility and link it into instance.
parent
744bcdcb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
slapos/instance.cfg
slapos/instance.cfg
+1
-0
slapos/profile/coreutils.cfg
slapos/profile/coreutils.cfg
+1
-1
slapos/software.cfg
slapos/software.cfg
+1
-1
No files found.
slapos/instance.cfg
View file @
14007e63
...
...
@@ -39,6 +39,7 @@ ooo_uno_path = ${libreoffice-bin:location}/basis-link/program
link_binary_list =
${coreutils:location}/bin/basename
${coreutils:location}/bin/cat
${coreutils:location}/bin/tr
${coreutils:location}/bin/uname
${git:location}/bin/git
...
...
slapos/profile/coreutils.cfg
View file @
14007e63
...
...
@@ -7,6 +7,6 @@ recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.gz
md5sum = 36909ae68840d73a800120cf74af794a
configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_} --enable-install-program=tr,basename,uname
--prefix=${buildout:parts-directory}/${:_buildout_section_name_} --enable-install-program=tr,basename,uname
,cat
environment =
LDFLAGS =-Wl,--as-needed
slapos/software.cfg
View file @
14007e63
...
...
@@ -129,7 +129,7 @@ section = python2.7
# Default template for erp5 instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum =
ad944fd8df2fbb51027a2f8a090b1b50
md5sum =
9f242075d72944e599d32a80f8e5127b
output = ${buildout:directory}/template.cfg
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