Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
e2089c02
Commit
e2089c02
authored
Mar 22, 2016
by
André Anjos
💬
Browse files
[buildout] Build cpulimit as part of the buildout procedure
parent
e4724acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildout.cfg
View file @
e2089c02
[buildout]
parts = scripts
parts = scripts
cpulimit
extensions = mr.developer
auto-checkout = *
develop = .
...
...
@@ -13,5 +13,12 @@ eggs = beat.core
beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python
cpulimit = git https://github.com/opsengine/cpulimit rev=v0.2 egg=false
[cpulimit]
recipe = collective.recipe.cmd
cmds = make -C src/cpulimit && cd bin && ln -s ../src/cpulimit/src/cpulimit
uninstall_cmds = rm -f bin/cpulimit
on_install = true
on_update = true
[scripts]
recipe = bob.buildout:scripts
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