Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
96cc99ee
Commit
96cc99ee
authored
May 10, 2020
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
p7zip,qemu: install in shared mode
parent
7f3d480d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
component/p7zip/buildout.cfg
component/p7zip/buildout.cfg
+2
-1
component/qemu-kvm/buildout.cfg
component/qemu-kvm/buildout.cfg
+1
-0
No files found.
component/p7zip/buildout.cfg
View file @
96cc99ee
...
@@ -4,6 +4,7 @@ parts =
...
@@ -4,6 +4,7 @@ parts =
[p7zip]
[p7zip]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
url = http://downloads.sf.net/project/p7zip/p7zip/${:version}/p7zip_${:version}_src_all.tar.bz2
url = http://downloads.sf.net/project/p7zip/p7zip/${:version}/p7zip_${:version}_src_all.tar.bz2
version = 9.38.1
version = 9.38.1
md5sum = 6cba8402ccab2370d3b70c5e28b3d651
md5sum = 6cba8402ccab2370d3b70c5e28b3d651
...
@@ -11,4 +12,4 @@ configure-command = rm -r DOC
...
@@ -11,4 +12,4 @@ configure-command = rm -r DOC
make-binary =
make-binary =
make-options =
make-options =
make-targets = make -j1 7z install
make-targets = make -j1 7z install
DEST_HOME=
${buildout:parts-directory}/${:_buildout_section_name_}
DEST_HOME=
@@LOCATION@@
component/qemu-kvm/buildout.cfg
View file @
96cc99ee
...
@@ -15,6 +15,7 @@ extends =
...
@@ -15,6 +15,7 @@ extends =
[qemu]
[qemu]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
url = https://download.qemu.org/qemu-4.1.1.tar.xz
url = https://download.qemu.org/qemu-4.1.1.tar.xz
md5sum = 53879f792ef2675c6c5e6cbf5cc1ac6c
md5sum = 53879f792ef2675c6c5e6cbf5cc1ac6c
configure-options =
configure-options =
...
...
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