Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
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
isaak yansane-sisk
slapos
Commits
5dcff48b
Commit
5dcff48b
authored
Nov 10, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM : Use official stable tarball
parent
512782e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
stack/kvm.cfg
stack/kvm.cfg
+11
-10
No files found.
stack/kvm.cfg
View file @
5dcff48b
...
...
@@ -82,7 +82,8 @@ environment =
[kvm]
recipe = hexagonit.recipe.cmmi
path = ${kvmsource:location}/
url = http://downloads.sourceforge.net/project/kvm/qemu-kvm/0.15.1/qemu-kvm-0.15.1.tar.gz
md5sum = md5sum = 8800a7d6b3aa4a168ea7f78dc66c0320
configure-options =
--disable-sdl
--disable-xen
...
...
@@ -101,15 +102,15 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${gnutls:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig
[kvmsource]
recipe=plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
tag = qemu-kvm-0.15.0
command =
(${git:location}/bin/git clone --quiet git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${:location} && cd ${:location} && ${git:location}/bin/git checkout ${:tag}) || (rm -fr ${:location} ; exit 1)
update-command =
cd ${:location} && ${git:location}/bin/git pull --quiet origin master
#
[kvmsource]
#
recipe=plone.recipe.command
#
location = ${buildout:parts-directory}/${:_buildout_section_name_}
#
stop-on-error = true
#
tag = qemu-kvm-0.15.0
#
command =
#
(${git:location}/bin/git clone --quiet git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${:location} && cd ${:location} && ${git:location}/bin/git checkout ${:tag}) || (rm -fr ${:location} ; exit 1)
#
update-command =
#
cd ${:location} && ${git:location}/bin/git pull --quiet origin master
[eggs]
python = python2.7
...
...
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