Skip to content
Snippets Groups Projects
Commit f9d45527 authored by Philip ABBET's avatar Philip ABBET
Browse files

[buildout] Fix the dependencies URL

parent 6ea84aa3
No related branches found
No related tags found
Loading
Pipeline #
......@@ -13,17 +13,8 @@ eggs = beat.cmdline
ipdb
[sources]
beat.core = git git@gitlab.idiap.ch:beat/beat.core branch=docker
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 && cd ..
uninstall_cmds = rm -f bin/cpulimit
on_install = true
on_update = true
beat.core = git https://gitlab.idiap.ch/beat/beat.core branch=docker
beat.backend.python = git https://gitlab.idiap.ch/beat/beat.backend.python
[scripts]
recipe = bob.buildout:scripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment